RE: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Boyle Owen
> -Original Message- > From: Jalil Feghhi [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 14, 2006 11:28 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Help debugging 500 Error > > We are using Apache 2.0.x with mod_proxy and for a specific > URL we get a 500 error. I

RE: [EMAIL PROTECTED] install

2006-09-14 Thread Boyle Owen
> -Original Message- > From: Carl Wenrich [mailto:[EMAIL PROTECTED] > Sent: Friday, September 15, 2006 2:00 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] install > > There were no errors on the command line. I also thought > everything went fine at first. I ran make, a

Re: [EMAIL PROTECTED] multiple SSL certs on one server behind a NAT router

2006-09-14 Thread Serge Dubrouski
In what format is your certificate file. Is it PEM? Something is definitely wrong with it. On 9/14/06, milktoast <[EMAIL PROTECTED]> wrote: Hi, me again. OK, I got my 2 external IPs and 2 internal IPs I also have 2 certs. Now when I edit httpd.conf and chnage the _default_:443 to 192.168.1.2

Re: [EMAIL PROTECTED] multiple SSL certs on one server behind a NAT router

2006-09-14 Thread milktoast
Hi, me again. OK, I got my 2 external IPs and 2 internal IPs I also have 2 certs. Now when I edit httpd.conf and chnage the _default_:443 to 192.168.1.2:443 and copy that secton and paste it and modify the IP, root path and cert path I get this and apach will not start with ssl [Thu Sep 14 21:

Re: [EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread Sander Temme
On Sep 14, 2006, at 10:33 AM, D. J. Waletzky wrote: The reason I need to do this (and maybe this is another problem entirely) is because the server's traffic increased exponentially over the last few days and it seems to be running out of memory every night, if my Further to Joshua's reco

Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Joshua Slive
On 9/14/06, Bobby Gontarski <[EMAIL PROTECTED]> wrote: q3) I am going step by step with the manual at http://httpd.apache.org/docs/2.2/install.html and it says under requirements sections this: No. It says to do that only if you already have an old version of apr installed on your system as

Re: [EMAIL PROTECTED] install

2006-09-14 Thread Carl Wenrich
There were no errors on the command line. I also thought everything went fine at first. I ran make, and then make install. Again, no errors. But when I tried to start the server, I got messages saying that (98) Address already in use, make_sock could not bind to address ...80, and no listening

Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Bobby Gontarski
q1) Linux me 2.4.27-3-386 #1 Mon May 29 23:50:41 UTC 2006 i586 GNU/Linux q2) yes from /root q3) I am going step by step with the manual at http://httpd.apache.org/docs/2.2/install.html and it says under requirements sections this: # Build and install apr 1.2 cd srclib/apr ./configure --prefix=/u

Re: [EMAIL PROTECTED] install

2006-09-14 Thread Sander Temme
On Sep 14, 2006, at 4:32 PM, Carl Wenrich wrote: I'm trying to install the latest version (from source) and the config log tells me there are a number of fatal errors. The config.log.tar.gz is attached. Please advise. configure: exit 0 Not seeing any errors. Looks like the configure proce

[EMAIL PROTECTED] install

2006-09-14 Thread Carl Wenrich
I'm trying to install the latest version (from source) and the config log tells me there are a number of fatal errors. The config.log.tar.gz is attached. Please advise. config.log.tar.gz Description: 3985132717-config.log.tar.gz ---

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Jalil Feghhi
I forgot to mention that. The log level is set to Debug but there is nothing that helps me find out why the reverse proxy failed.Here is what I see in access file:10.172.93.120 - - [14/Sep/2006:20:58:00 +] "GET /main/FileStore.ashx/Attachment/13001=Blue%20hills.jpg HTTP/1.1" 500 1287Nothing re

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Patrick Rutkowski
Hmm, I'm not sure then. I hardly know the first thing about proxies.On Sep 14, 2006, at 5:50 PM, Jalil Feghhi wrote:I forgot to mention that. The log level is set to Debug but there is nothing that helps me find out why the reverse proxy failed.Here is what I see in access file:10.172.93.120 - - [

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Patrick Rutkowski
Try adding "LogLevel debug" to your config On Sep 14, 2006, at 5:28 PM, Jalil Feghhi wrote: We are using Apache 2.0.x with mod_proxy and for a specific URL we get a 500 error. I check the error and access log files and only see that there was an internal server error in the access.log file.

[EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Jalil Feghhi
We are using Apache 2.0.x with mod_proxy and for a specific URL we get a 500 error. I check the error and access log files and only see that there was an internal server error in the access.log file. There is no info in error.log file that helps me find out what went wrong.I was wondering how else

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-14 Thread Ace Suares
> > *sigh*. Do we really need the condescending tone? Especially since > your example doesn't work either Mr. Expert. I am sorry if I have offended you. I stand corrected. Apparently, the query string is a special case in mod_rewrite. Cheers, ace -- maven n : someone who is dazzlingly skilled

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
I don't see a single request for a .php file and each one of those requests returend with a successful status code. Based on those logs, there is nothing wrong with your server.On Sep 14, 2006, at 4:46 PM, Michael Flanagan wrote:http://rafb.net/paste/results/vbzlzB45.html- Original Message

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
http://rafb.net/paste/results/vbzlzB45.html - Original Message - From: Patrick Rutkowski To: users@httpd.apache.org Sent: Thursday, September 14, 2006 9:32 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Let me see your access_log as well. On Sep 14,

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Let me see your access_log as well.On Sep 14, 2006, at 4:27 PM, Michael Flanagan wrote:http://rafb.net/paste/results/9TfnJS47.html- Original Message -From: Patrick RutkowskiTo: users@httpd.apache.orgSent: Thursday, September 14, 2006 9:22 PMSubject: Re: [EMAIL PROTECTED] PHP set up?!?!If th

[EMAIL PROTECTED] mod_dbd mod_authn_dbd mod_authz_dbd confusion

2006-09-14 Thread Vasiliy Boulytchev
Gents, I've been having awful time getting the mod_dbd, mod_authn_dbd, mod_authz_dbd to work together. No good documentation has been found, so I would love to hear what you guys have to say on this :) I would love to document my steps, and write a simple howto for everyone to use! W

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
http://rafb.net/paste/results/9TfnJS47.html - Original Message - From: Patrick Rutkowski To: users@httpd.apache.org Sent: Thursday, September 14, 2006 9:22 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! If the server returned a ""The requested operation has

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
If the server returned a ""The requested operation has failed!" message to your browser then it most definitely put something in the error logs as well. Can I see the log output generated by your failed request?http://rafb.net/paste/On Sep 14, 2006, at 4:16 PM, Michael Flanagan wrote:"The requested

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Ok, i have put the mod_php (LoadModule php5_module) Line in the httpd.conf, also set the AddType. I saved the .conf file, and restarted the server, and i am now getting the error "The requested operation has failed!". I have entered the Lines : LoadModule php5_module "c:\php2\php5apache2.dll" A

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Set your log level to "debug" and check the logs. If fails then write an simple apache config from scratch and try starting with that. On Sep 14, 2006, at 3:47 PM, MikeTeigen wrote: I am running Apache on win32, all of a sudden httpd.exe is running my CPU at 100%... I have tried changing all

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
A) Calm down B) Fix your DNS C) DMZ has nothing to do with it D) Check if your ISP blocks port 80 E) Load mod_php in your apache config F) Stop trying to program php if you're so helpless on simple system configuration and network issues, learn about computers in general first. -Patrick On

[EMAIL PROTECTED] Question about suexec

2006-09-14 Thread Yves Dorfsman
Anybody has any idea if it's possible to do something like: SuexecUserGroup $REMOTE_USER agroup What I'm trying to do, is have the CGIs executed with the uid of the authenticating user, but everybody will be using the same script, and the same URL. I've googled for it, and there are hints that

RE: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread MikeTeigen
I am running Apache on win32, all of a sudden httpd.exe is running my CPU at 100%... I have tried changing all the settings in Apache and cant find the source. Even when I shut down my php web site the load is still there. The moment I stop the Apache service, the load lowers to 1%... Any ideas?

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
I have tried everything, Setup Port Forwarding, Setup DMZ, Changed My DNS (updated) Checked Firewall, And No Matter What I Do Now, I Cant View My Site Online?!?! - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:16 PM Subject: Re

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
http://rafb.net/paste/results/rVCBKh91.html - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:14 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! You have to give me the link to where you pasted it. On Sep 14, 2006, at 3:09

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Line #8 doesn't mention anything about mod_php, so it's clearly not loaded. Do you have the appropriate LoadModule directive in your httpd.conf? On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote: Ok patrick, just posted that up there! That so you can view the file for yourself? - Ori

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Never-mind, I found it: http://rafb.net/paste/results/En5a2o99.html On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote: Ok patrick, just posted that up there! That so you can view the file for yourself? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: T

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
You have to give me the link to where you pasted it. On Sep 14, 2006, at 3:09 PM, Michael Flanagan wrote: Ok patrick, just posted that up there! That so you can view the file for yourself? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, Septem

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Ok patrick, just posted that up there! That so you can view the file for yourself? - Original Message - From: "Patrick Rutkowski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 8:02 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! How about this. Increase your log level go

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Update your DNS records. On Sep 14, 2006, at 2:59 PM, Michael Flanagan wrote: Thank you patrick I have just enabled port forwarding on my router, so all port 80 gets directed to my computer, i have also set up DMZ on my network IP address, i notice before though that Doug stated 81.106.180

Re: [EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread Joshua Slive
On 9/14/06, D. J. Waletzky <[EMAIL PROTECTED]> wrote: Hi everyone- I hope this is isn't too stupid a question, but is there any way I can avoid recompiling PHP if I upgrade Apache from 2.0.54 to 2.0.59 with an RPM package? I'm running a server on Fedora Core 3, and I'm really hoping I can just r

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
How about this. Increase your log level go "info" like I mentioned before and then stop Apache. Start it up again and then paste all of the output it produces in error_log during the start up process to this site: http://rafb.net/paste/ -Patrick On Sep 14, 2006, at 2:51 PM, Michael Flanaga

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Thank you patrick I have just enabled port forwarding on my router, so all port 80 gets directed to my computer, i have also set up DMZ on my network IP address, i notice before though that Doug stated 81.106.180.125, that actually seems to be my old I.P address, at my other house ?? (well oth

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Oh, sorry about that, I read it as "doesn't state anything about the error logs". Try bumping up your log level to "info" by putting "LogLevel info" into httpd.conf. Fatal errors really should be reported at even lower levels, so it's doubtful that increasing the log level will actually y

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
An nmap on scouse.mine.nu shows that everything other than 8080 is filtered. My guess is that a control-freak ISP is at the bottom of this. -Patrick On Sep 14, 2006, at 2:43 PM, Doug McNutt wrote: At 19:13 +0100 9/14/06, Michael Flanagan wrote: Hi, Yes http://localhost/ di

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Sorry for the sound of cheekyness, but if you had of read my e-mail correctly, you would of noticed that i stated "doesnt state anything about it in the error logs" (meaning i have searched the logs) but still nothings to be found.!! - Original Message - From: "Patrick Rutkowski" <[

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen
Michael Flanagan wrote: Stephen, Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix? Mike I don't know of any. There are some good books that cover all of Apache, MySQL and PHP and they come with install disks and instructions for the Windows environment. Probably the l

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
Programmers who are clueless about the underlying platform which they are developing on tend to produce very poor code. If you don't even know where log files are located then you should drop the idea of doing PHP/SQL programming for at least at month and instead read up on UNIX and Apache

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Doug McNutt
At 19:13 +0100 9/14/06, Michael Flanagan wrote: >Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i >am able to view http://scouse.mine.nu but my friends >are not? Dumb question perhaps but are you sure you're on the network? What is your fixed

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
I am fairly well up on programming, just cant get my head round this its a tough nut... just one of them things where i cant figure it, doesnt state anything bout it in the error logs dont know where to look, so thought i would ask you kind people, but obviously... " i shouldnt be doing

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
You probably shouldn't be doing any PHP or web-programming if your have to ask such a question. I suggest that you look into learning basic UNIX first. On Sep 14, 2006, at 2:14 PM, Michael Flanagan wrote: Stephen, Can i use a Linux Distro on a Windows Platform?Or must it be Linux/ Unix?

[EMAIL PROTECTED] Stupid question regarding session

2006-09-14 Thread Gregor Schneider
Dear all, just a stupid question regarding Apache and sessions: We are running Apache 2.0.5x together with Tomcat 5.15.x and are using mod_auth_cookie_mysql. Authorization is handeld via Tomcat. Now mod_auth_cookie_mysql sets an expiration-time into the MySQL-database, after which the cookie is

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
If you have a router then you need to open port 80 and forward it to the local IP of the computer you're running Apache on. Also, it's not uncommon for ISP's to block inbound port 80 connections so as to stop you from running a web server from home; if all else fails then contact your ISP and ask t

Re: [EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Vasiliy Boulytchev
Gents, Thank you for your help, now I got a bit further... Unfortunately, I get this command in apache log: [Thu Sep 14 14:11:18 2006] [error] (20019)DSO load failed: /usr/local/apache/rsawebagent/librsawa_apache.so I am contacting RSA folks right now. If anyone has any suggestions,

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
How does flavor of linux distro have anything to do with it? Apache works relatively the same anywhere it runs. Reinstalling is not the solution. Look at your logs, gather up some data, analyze the issue, figure out what exactly is going wrong, and fix it. Even if you're just a php programm

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Stephen, Can i use a Linux Distro on a Windows Platform?Or must it be Linux/Unix? Mike - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 7:08 PM Subject: Re: [EMAIL PROTECTED] PHP set up?!?! Caroline Malton wrote: Set up APACHE

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Hi, Yes http://localhost/ did respond, as does 127.0.0.1, i am able to view http://scouse.mine.nu but my friends are not? Also, i am "caroline", sorry for any mistake, still had it set up on mothers name. So i have 2 issues.P.C Specs; AMD Athlon 2700+ Seagate 80GB HDD Windows XP Home (SP2) Br

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Günther Mittermayer
Again Michael, we need more info. Does http://localhost respond on the server?On 9/14/06, Michael Flanagan < [EMAIL PROTECTED]> wrote: Another fault, my system doesnt seem to be "broadcasting" my web page whatsoever... http://scouse.mine.nu is completely offline, even though APACHE states t

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Stephen
Caroline Malton wrote: Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any advice?! :S:S I used a Linux distro (Ubunto) that installed them both together. I

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Günther Mittermayer
Caroline, have you added the PHP module (i.e. mod_php)?Maybe it would help if you could be a bit more specific..On 9/14/06, Caroline Malton < [EMAIL PROTECTED]> wrote: Hi there,           Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran t

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Michael Flanagan
Another fault, my system doesnt seem to be "broadcasting" my web page whatsoever... http://scouse.mine.nu is completely offline, even though APACHE states that all servers are running...??       Anyone suffer from this problem (past/present) please advise. - Original Message - F

Re: [EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Patrick Rutkowski
"My computer is broken!!! How do I fix it!?"On Sep 14, 2006, at 1:52 PM, Caroline Malton wrote:Hi there,     Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any adv

Re: [EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Sander Temme
On Sep 14, 2006, at 10:28 AM, Vasiliy Boulytchev wrote: Syntax error on line 6 of /usr/local/apache/rsawebagent/ rsawebagent.conf: Cannot load /usr/local/apache/rsawebagent/mod_rsawa_apache.so into server: /usr/local/apache/rsawebagent/mod_rsawa_apache.so: ELF file data encoding not little-

[EMAIL PROTECTED] PHP set up?!?!

2006-09-14 Thread Caroline Malton
Hi there,           Set up APACHE the other day, and i am struggling to setup PHP by its side, i have downloaded and ran the setup file, but it just doesnt seem to let me use PHP files on my site... any advice?! :S:S     kind regards

[EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread D. J. Waletzky
Hi everyone- I hope this is isn't too stupid a question, but is there any way I can avoid recompiling PHP if I upgrade Apache from 2.0.54 to 2.0.59 with an RPM package? I'm running a server on Fedora Core 3, and I'm really hoping I can just rpm -i the new version of apache without having to reinst

[EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Vasiliy Boulytchev
Gents, Having a task of authenticating to our SecurID server. After doing some googling, I have found 2 ways people have been doing this in the past. First is mod_securid, which I think people have stopped using since 2004. Then there is the WebAgent from RSA themselves, which only suppor

Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Bobby Gontarski
Well I am going step by step through the manual http://httpd.apache.org/docs/2.2/install.html and I am at the requirements section. If apache installs apr for me, it will get the same error or not? bobby > Původní zpráva > Od: Jon Snow <[EMAIL PROTECTED]> > Předmět: Re:

[EMAIL PROTECTED] Seeding PRNG with 0 bytes of entropy

2006-09-14 Thread Patrick Rutkowski
I installed apache 2.2 with mod_ssl today on a local computer for development purposes and decided to have a peek at the logs just for fun. When I saw "Seeding PRNG with 0 bytes of entropy" I was amused and at the same time somewhat frightened. My apache config can be found here: http://raf

Re: [EMAIL PROTECTED] Error 500 with DBD-MySQL auth

2006-09-14 Thread Nick Kew
On Thursday 14 September 2006 17:23, Rob Sterenborg wrote: > Hi all, > > I have installed httpd-2.2.3, apr-1.2.7 and apr-util-1.2.7 with MySQL > support (using MySQL-5.0.24a). > > When I start the server authentication works well. > > After some time (don't know much) when I try to logon I get erro

[EMAIL PROTECTED] Error 500 with DBD-MySQL auth

2006-09-14 Thread Rob Sterenborg
Hi all, I have installed httpd-2.2.3, apr-1.2.7 and apr-util-1.2.7 with MySQL support (using MySQL-5.0.24a). When I start the server authentication works well. After some time (don't know much) when I try to logon I get error 500. When I restart Apache, authentication is working again. Below is

Re: [EMAIL PROTECTED] mod_load_balance issue

2006-09-14 Thread Pid
Have you looked in the logs to see what the source of the error message is? Where is the error, the front server or the balanced servers? Günther Mittermayer wrote: > Hi all, > > i have httpd working with mod_proxy and mod_load_balance, but my system > is very unstable. In the middle of my ses

RE: [EMAIL PROTECTED] mod_load_balance issue

2006-09-14 Thread Carles Güell
You should take care that the time-out in your application server is the same that you have in apache because if your backen server gives a time-out to apache it wil give a 500 error to the client   Carles Güell   Güell Consulting C/ La Remallaire 17 Despatx 6. CP08302 Mataró Tel.  93.7

[EMAIL PROTECTED] mod_load_balance issue

2006-09-14 Thread Günther Mittermayer
Hi all,i have httpd working with mod_proxy and mod_load_balance, but my system is very unstable. In the middle of my session I get some 500 Internal Server Error messages.  If I comment out from my httpd.conf all application servers but one, the problem goes away. It seems to me that apache is not

Re: [EMAIL PROTECTED] Strange css problem

2006-09-14 Thread Jesse C Cronce
Actually, I just fixed the problem yesterday There was a ForceType or something in the .htaccess (syntax is probably wrong, but you get the idea) which was forcing all files to be sent out as text/html Removed this, and now everything works like it's supposed to. I must have looked

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-14 Thread Joshua Slive
On 9/13/06, Erik Funkenbusch <[EMAIL PROTECTED]> wrote: > > See my problem? I have to match a root page request with a query > > string of ?id=[anything] > > There's an excellent book about regular expressions from O'Reilly. Spend a > weekend with it, really. *sigh*. Do we really need the conde

Re: [EMAIL PROTECTED] Limiting users possibilities in .htaccess files

2006-09-14 Thread Joshua Slive
On 9/14/06, Markus Mayer <[EMAIL PROTECTED]> wrote: Hi all, I have some users on my server who insist on writing .htaccess files and defining proxies in them. This is something I don't like or want, they also run against our firewall which causes some security related messages to be generated.

[EMAIL PROTECTED] Limiting users possibilities in .htaccess files

2006-09-14 Thread Markus Mayer
Hi all, I have some users on my server who insist on writing .htaccess files and defining proxies in them. This is something I don't like or want, they also run against our firewall which causes some security related messages to be generated. I have tried different restrictions with AllowOver

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
>Incidentally, this is something to check; is your client really sending>a Host header? To do so, it must be using HTTP/1.1 (all modern browsers>do so). Please confirm that you are using a recent browser to test this >server.A quick test would be to go to http://www.swiftys.org.uk as this is a (non

RE: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Boyle Owen
> -Original Message- > From: Steve Swift [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 14, 2006 8:59 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Debugging virtual hosts? > > I know of no way to trace the mechanism that Virtual Hosts > uses, but from observati

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
I know of no way to trace the mechanism that Virtual Hosts uses, but from observation of several working systems, and close scrutiny of the documentation, it goes mostly like this:1. Read the "NameVirtualHost xxx" directive to identify which address/ports activate Virtual Hosts. On match, pro