Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-30 Thread Bill Jones
understand and solve the problem. What more do you want? (The list is way more patient than I.) Somsak: What does cat /etc/selinux/config show? Also, if you execute su - -c "setenforce 0" And restart your web server using: su - -c "service httpd stop && service http

Re: [EMAIL PROTECTED] .htacsess Hotlinking rewriting a new image - Can it be delayed?

2006-06-30 Thread Bill Jones
hat is childish... -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-28 Thread Bill Jones
post the results of this command: su - -c "lsof -i tcp | grep apache" If it is running as apache this command will prove it =) HTH/Sx -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official

Re: [EMAIL PROTECTED] Apache 2.2 RPMs for Fedora Core 4?

2006-06-28 Thread Bill Jones
> thinking about upgrading to FC5 but I'd like to see how 2.2 works first Here is a source mirror -- if you want to explore: ftp://mirror.linux.duke.edu/pub/fedora/linux/core/test/5.90/source/SRPMS -- WC (Bill) Jones -- http://youve-reached-the.endoftheinte

Re: [EMAIL PROTECTED] Apache 2.2 RPMs for Fedora Core 4?

2006-06-28 Thread Bill Jones
Why not build it yourself and remove all doubt? http://dw.ccsh.us/doku.php?id=software:httpd:fc4:2.2.2 -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTT

Re: [EMAIL PROTECTED] Windows XP Embedded

2006-06-28 Thread Bill Jones
-- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mai

Re: [EMAIL PROTECTED] mod_rewrite Scenario Assistance

2006-06-28 Thread Bill Jones
_rewrite and not have to worry about: 1) rebuilding the module for each version of Apache and 2) compiling for multiple versions on multiple platforms (windows, linux, solaris - currently). Is the source code for this module available? Such a module may prove interesting in other similar deployme

[EMAIL PROTECTED] Re: apache 2.2.2 and user right access

2006-06-27 Thread Bill Jones
rewall? If this is Linux (or Windows for that matter) are AllowOverRide and DirectoryIndex set properly? I believe we need more information to actually be able to help you. Maybe http://pastebin.ca your apache conf file? -- WC (Bill) Jones -- http://youve-reached-the.endoftheintern

Re: [EMAIL PROTECTED] Need help with mod_layout

2006-05-31 Thread Bill Jones
still appears to be failing - then please post the exact error log line, unmunged, along with any details that appear in the browser window. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-T

Re: [EMAIL PROTECTED] apache Rewrite Rules

2006-05-30 Thread Bill Jones
: http://www.ilovejackdaniels.com/mod_rewrite_cheat_sheet.png It might prove beneficial. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server P

Re: [EMAIL PROTECTED] pdf problems?

2006-05-30 Thread Bill Jones
he files between servers how do you know they are binary identical? In my case the files were about 5 bytes out of sync -- not enough to break them but just enough so that other "issues" came up making the whole mess hard to troubleshoot. HTH/Sx -- WC (Bill) Jones -- http://youve-reache

Re: [EMAIL PROTECTED] Apache 2.2 Fedora Core 4 RPMs

2006-05-30 Thread Bill Jones
/doku.php?id=software:httpd At present the only Apache 2.2.2 binary I have is one for a PowerPC Ubuntu system... -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the

Re: [EMAIL PROTECTED] LocalHost

2006-05-25 Thread Bill Jones
ber that you are listening on. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info

Re: [EMAIL PROTECTED] safe .htaccess permissions

2006-05-20 Thread Bill Jones
ge those files to be owned by the sam ID as your WWW server; you can see who this is by using: lsof -i tcp:80 chown them that id with root as group then chmod them to 0440 -- should make them secure enough. if there is such as thing as secure enough. -- WC (Bill) Jones -- http://youve-reache

Re: [EMAIL PROTECTED] Hacked Web Site

2006-05-19 Thread Bill Jones
all there isnt enough informastion about the "site which was hacked" to really come up with a attack path or methodolgies. HTH/Sx -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User s

Re: [EMAIL PROTECTED] Binary - IBM AIX v5.2

2006-05-17 Thread Bill Jones
e open source code -- just to be able to update my resume -- could be mutually beneficial ;-) It would be great if IBM would just loan me an AIX 5 system -- for like ever (yeah right.) Thx/Sx =) -- WC (Bill) Jones -- http://youve-reached-the.endoftheintern

Re: [EMAIL PROTECTED] Help with Apache

2006-05-16 Thread Bill Jones
cs-2.0/mod/core.html#options http://httpd.apache.org/docs/mod/core.html#options http://www.onlamp.com/pub/a/apache/2005/09/08/apacheckbk.html HTH/sx -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The officia

Re: [EMAIL PROTECTED] Processor usage

2006-05-16 Thread Bill Jones
On 5/16/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Bill Jones wrote: > On 5/16/06, Mario Henley Becerril Geldis > <[EMAIL PROTECTED]> wrote: >> I have a box with Winbugs 2003(win 2003) and apache http server that >> have 4 >> processors , the

Re: [EMAIL PROTECTED] Processor usage

2006-05-16 Thread Bill Jones
-- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mai

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-16 Thread Bill Jones
with SSl only as see if it works, then slowly add each additional requirement to see what breaks, etc. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTT

Re: [EMAIL PROTECTED] Query

2006-05-16 Thread Bill Jones
On 5/16/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Its in Unix See http://httpd.apache.org/docs/2.2/mod/worker.html Subsitute 2.2 for which ever apache you are using; I use 2.2.2 myself so... -- WC (Bill) Jones -- http://youve-reached-the.endoftheintern

Re: [EMAIL PROTECTED] Query

2006-05-16 Thread Bill Jones
On 5/16/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi How can I set the max apache children to spawn in httpd.conf Kaushal Windows or Unix? See the Worker MPM for Unix. -- WC (Bill) Jones -- http://youve-reached-the.endoftheintern

Re: [EMAIL PROTECTED] cgi permission

2006-05-16 Thread Bill Jones
a.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizing.html http://fedora.redhat.com/docs/selinux-apache-fc3/sn-further-approaches.html http://www.google.com/search?hl=en&q=selinux+allow+cgi+write+access+policy&btnG=Goo

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Bill Jones
who is ssh'ed in restarting the server (at any rate I have never gotten the Enter Passphrase prompt when using service httpd start) -- bottom line is that some human will have to enter the passphrase manually =( -- WC (Bill) Jones -- http://youve-reached-the

Re: [EMAIL PROTECTED] Log File Name

2006-05-15 Thread Bill Jones
u are out of luck. I dont know of another way to name them. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Bill Jones
of your original first. But I feel strongly that the above passphrase issue is partially, if not completely, at fault. HTH/Sx -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ ssl.conf Description: Binary data -

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Bill Jones
match this example: http://dw.ccsh.us/doku.php?id=ssl Some sections are required and the httpd MUST be able to read the crt/pem file; also, if you have the ssl cert password protected you will have to manually start apache as it prompts for the password. HTH/Sx -- WC (Bill) Jones -- http://yo

Re: [EMAIL PROTECTED] ASPDotNet

2006-05-15 Thread Bill Jones
Unknown, I have not fully used it myself. But I would hazard that correct and secure native IIS6 code would be better for IIS-centric applications; but I picked Apache for the security parts =) -- WC (Bill) Jones -- http://youve-reached-the.endofthei

Re: [EMAIL PROTECTED] cgi permission

2006-05-15 Thread Bill Jones
user ID by whom it is run. try as root; setenforce 0 to see if selinux is interfering. if it now works, selinux is stoppng your cgi -- then you will ned to modify the policy enforcement under httpd->allow cgi write access (all this is located under the GUI security panel.) -- WC (Bill) Jones

Re: [EMAIL PROTECTED] Apache2.2.2 - appropriate APR libraries

2006-05-14 Thread Bill Jones
On 5/14/06, ro so <[EMAIL PROTECTED]> wrote: I have no clue, it just asks me for the manually installed APR if I do not provide the paths. Can we force it to built with the bundled APR? I would clean out your httpd build directory and get a fresh tarball and start over then. -- WC (Bill)

Re: [EMAIL PROTECTED] Apache2.2.2 - appropriate APR libraries

2006-05-14 Thread Bill Jones
e sane configure environment? -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [EMAIL PROTECTED] ASPDotNet

2006-05-14 Thread Bill Jones
indows IIS any longer. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-14 Thread Bill Jones
ng Apaches own built in PCRE. Im testing on my own custom 2.2.2 tarball on Ubuntu -- but I wil test it on Etch when I get to work next week -- maybe on Wednesday. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ --

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Bill Jones
One last try? # Match SubString Order allow,deny Allow from all ??? -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Bill Jones
tc/apache2/auth/dev-passwd Require valid-user Have you tried over riding just the /foo directory with .htaccess? Order Allow,Deny Allow from All -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The off

Re: [EMAIL PROTECTED] LINUX: writing logfiles into named pipe ?

2006-05-13 Thread Bill Jones
|/usr/local/apache/bin/rotatelogs /var/log/access_log 86400" common I use CustomLog "|/home/apache/split /var/log/access_log 86400" common -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ -

Re: [EMAIL PROTECTED] dbmmanage vs htdbm

2006-05-12 Thread Bill Jones
: http://www.modsecurity.org/download/modsecurity-apache_2.0.0-dev1.tar.gz But I'm on Ubuntu 5.10 PPC -- YMMV. HTH/Sx =) -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support f

Re: [EMAIL PROTECTED] passing request to the server

2006-05-12 Thread Bill Jones
Skip using mod_rewrite or mod_proxy and just do Redirect/RedirectMatch Redirect permanent /tiago/precisas http://my.application.server.com/tiago/imprecisas -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org

Re: [EMAIL PROTECTED] AuthLDAPEnabled rejected in 2.2, LDAP not being used

2006-05-10 Thread Bill Jones
t to use to enable LDAP. http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Projec