RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
It's compiled against OpenSSL 0.9.7e, there are indeed /dev/random and /dev/urandom, but I don't think that's the problem because I have another copy of apache compiled from the same source code, linked to the same OpenSSL libraries (ldd confirms this) running on the SAME system that works just

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
Oh, and I forgot to mention, it doesn't log anything at all in ANY of the logs when accessing the site via HTTPS. Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College

[EMAIL PROTECTED] Apache 2 and SSL

2007-09-05 Thread Bob Cohen
Can someone point me to some good resources for setting up Apache 2 with SSL? - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Joshua Slive
On 9/4/07, Jaysen Johnson [EMAIL PROTECTED] wrote: I read that and it looks like Peruser MPM and MPM-ITK would do what I need. However. These are patches and I am not familiar with how to patch an RPM install of apache. Sorry I am a newbie when it comes to this. Isn't there a module that I

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Jaysen Johnson
So 10 years of working with UNIX is not enough experience? Thanks for belittling me like that. I know how to patch software, just not RPMS. I could easily compile apache myself and patch it. I just prefer to use RPMS because I can update my server automatically with YUM. Now, is there

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Krist van Besien
On 9/5/07, Jaysen Johnson [EMAIL PROTECTED] wrote: So 10 years of working with UNIX is not enough experience? Thanks for belittling me like that. I know how to patch software, just not RPMS. I could easily compile apache myself and patch it. I just prefer to use RPMS because I can update

Re: [EMAIL PROTECTED] Apache 2 and SSL

2007-09-05 Thread Krist van Besien
On 9/5/07, Bob Cohen [EMAIL PROTECTED] wrote: Can someone point me to some good resources for setting up Apache 2 with SSL? http://httpd.apache.org/docs/2.0/ssl/ is all I ever needed... Krist -- [EMAIL PROTECTED] Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of

Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular users and groups

2007-09-05 Thread Joshua Slive
On 9/5/07, Jaysen Johnson [EMAIL PROTECTED] wrote: So 10 years of working with UNIX is not enough experience? Thanks for belittling me like that. I know how to patch software, just not RPMS. I could easily compile apache myself and patch it. I just prefer to use RPMS because I can update

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
So tried a different tact. Started with a fresh source tree by deleting the old one and unpacking a clean tar ball. Gave it the following configure command: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared --enable-expires=shared --enable-headers=shared --enable-rewrite=shared

Re: [EMAIL PROTECTED] Overriding Location /

2007-09-05 Thread Aaron Dalton
Joshua Slive wrote: On 9/4/07, Aaron Dalton [EMAIL PROTECTED] wrote: Thanks again. Location /js would be fine but how do I then associate /js with somewhere in the filesystem? I kept the Alias and Directory directives too, but no go. I am confused about why Location / slurps everything

[EMAIL PROTECTED] Add Inbound IP Header

2007-09-05 Thread tom
Hi, does anybody know how I could possibly add a header which would contain the inbound (server) IP, some header like this Inbound-IP: 192.168.0.1 , on which the request was received? (trying with mod_headers...) Thanks, Tomas

Re: [EMAIL PROTECTED] Exit codes reference for httpd binary

2007-09-05 Thread Fermín Galán Márquez
Dear Joshua, I would like to know if there is a reference of the exit codes of the httpd binary (apache2 in the Debian distribution I'm using). After browsing at http://httpd.apache.org/docs/2.2/ (and specially http://httpd.apache.org/docs/2.2/programs/httpd.html), I haven't found any document

Re: [EMAIL PROTECTED] Baffled for two months - Need help

2007-09-05 Thread Frederick Lamartin
I have removed the alias directive from the configuration file. The URL: http://localhost now leads me to the index file in my web site. After removing the index file from my website, the URL opens an index to the site. We have success! Thanks again. For the record, the following respond

Re: [EMAIL PROTECTED] Baffled for two months - Need help

2007-09-05 Thread Dragon
Frederick Lamartin wrote: I have removed the alias directive from the configuration file. The URL: http://localhost now leads me to the index file in my web site. After removing the index file from my website, the URL opens an index to the site. We have success! Thanks again. For the record,

[EMAIL PROTECTED] CPU usage

2007-09-05 Thread Kory Wheatley
Our apache server is utilizing the CPU to almost a 100% with 45 httpd process opened. What sort of tuning could be done to help this situation. The Apache server is using Moodle, PHP, and Mysql. The Apache server is on a dedicated V440 with 4 processors and 16 gb of memory. The Mysql database

Re: [EMAIL PROTECTED] Baffled for two months - Need help

2007-09-05 Thread Frederick Lamartin
You're right. I had not stopped Apache first. After doing so, Apache restarts without error. Thanks! - Original Message - From: Dragon [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, September 05, 2007 1:04 PM Subject: Re: [EMAIL PROTECTED] Baffled for two months - Need

RE: [EMAIL PROTECTED] CPU usage

2007-09-05 Thread Jeff Beard
Hi there, I disagree with your assessment of the problem. You haven't provided any information that would clearly indicate to me that there's an issue with Apache performance. I recommend looking at the application and database first. Especially if, for example, things were fine last week but

Re: [EMAIL PROTECTED] CPU usage

2007-09-05 Thread Kory Wheatley
Apache was fine, until school started when more students started using the web server. There's just an over abundance of Apache processes in a TIME_WAIT state when you do a netstat -na. What parameters in apache do you recommend I look into, the keepalive settings, maxclient settings. The

[EMAIL PROTECTED] reverse proxy (mod_proxy_html?) screws up js within body tag.......

2007-09-05 Thread Jeff
I am running apache2 as a reverse proxy with the usual modules. I have an problem on some pages where the js within the body tag gets misplaced when the page is rewritten, I’m presuming during the mod_proxy_html re-write: NO PROXY: /head form method=POST action=../cgi-bin/cgi_main

Re: [EMAIL PROTECTED] CPU usage

2007-09-05 Thread Bazy
Kory Wheatley wrote: Our apache server is utilizing the CPU to almost a 100% with 45 httpd process opened. What sort of tuning could be done to help this situation. The Apache server is using Moodle, PHP, and Mysql. The Apache server is on a dedicated V440 with 4 processors and 16 gb of

RE: [EMAIL PROTECTED] CPU usage

2007-09-05 Thread Jeff Beard
Still doesn't tell me that Apache is the problem. My experience tells me that when there is a custom application involved, it's usually the problem. Anyway, I'll throw some things out there for you to consider. Look at your database connections and how Moodle is configured to use them (are

[EMAIL PROTECTED] modules directory is empty

2007-09-05 Thread Karl Hennig
Hello, I tried this with both Apache 2.0.59 and Apache 2.2.4 but after building and installing, the modules directories do not have any of the *.so files that my GForge installation is looking for. One file, for example is mod_dav.so. ./configure --prefix /usr/local/apache2 make make install

Re: [EMAIL PROTECTED] modules directory is empty

2007-09-05 Thread Joshua Slive
On 9/5/07, Karl Hennig [EMAIL PROTECTED] wrote: Hello, I tried this with both Apache 2.0.59 and Apache 2.2.4 but after building and installing, the modules directories do not have any of the *.so files that my GForge installation is looking for. One file, for example is mod_dav.so.

[EMAIL PROTECTED] RE: Removing the 'Referer' header on redirects / rewrites

2007-09-05 Thread antgirth
Hi all. First post, hoping this counts as an intelligent question. Perused / searched the docs without much luck. I'm wanting to know - if I'm doing a redirect / rewrite - how can i / is it possible to disable / strip the referer header? I am sending the requests from inside Flash, so I can't use