Re: CGI scripts generating 503 error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Finally figured it out.

The problem was the difference in the Apache CGI modules.  If you use prefork MPM ( Multi Processing Modul ) you need to use mod_cgi.  If you use worker MPM you need to use mod_cgid.  The reverse combinations do not work.  One will actually give you an error and not start the daemon, the other combination, which I had, will start the server and give no indication whatsoever about any problem, other than the 503 Service Unavailable code when trying to execute CGI programs.

mjb.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux