[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Problems building apache on Solaris 8

2007-07-06 Thread Laurent FAILLIE
--- ROTH, MARK, ATTSI [EMAIL PROTECTED] a écrit : Building apache on Solaris 8. *Very* basic box, gcc 3.2.x is installed (as is libiconv, and libiwhatsit, and, and, and, that the guy who built the box did *not* install) I've been trying to build 2.2.2. It worked fine on the Solaris 10

Re: [EMAIL PROTECTED] Apache 2.2.3: You don't have permission to access the requested directory for public_html directories w/o index.html

2007-07-06 Thread Hamilton Vera
Greetings http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html Have fun. Hamilton Vera int Administrator (char Network[],char ComputationalSystems[]); http://antispam.br/ Google is my shepherd, no want shall I know On Fri, 6 Jul 2007, [EMAIL PROTECTED] wrote: I am upgrading Apache from

Re: [EMAIL PROTECTED] dealing with CPU hogs

2007-07-06 Thread Hamilton Vera
Maybe you can monitor the CGI's with mod_perl and setting pam/system limits to apache user. []'s Hamilton Vera int Administrator (char Network[],char ComputationalSystems[]); http://antispam.br/ Google is my shepherd, no want shall I know On Fri, 6 Jul 2007, Tony Rice \(trice\) wrote:

RE: [EMAIL PROTECTED] Apache 2.2.3: You don't have permission to access the requested directory for public_html directories w/o index.html

2007-07-06 Thread Lindsay Hausner
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 4:26 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2.2.3: You don't have permission to access the requested directory for public_html directories w/o index.html I am

[EMAIL PROTECTED] Writing a cgi script for downloading

2007-07-06 Thread Tommy Nordgren
When users click a download link on my website, I want to display a form for registering Contact Info for the user in a database, and then when the user confirms the form, start downloading a (Binary) file. How can I do this with Apache, and a CGI script in Perl or Python?

[EMAIL PROTECTED] Still dying with Solaris 8 apache - getting desperate

2007-07-06 Thread ROTH, MARK, ATTSI
Folks, I'm still fighting this, and loosing. The apache build gets to the link stage, and gives *** Warning: inter-library dependencies are not known to be supported. *** All declared inter-library dependencies are being dropped. *** The inter-library dependencies that have been dropped here

Re: [EMAIL PROTECTED] Writing a cgi script for downloading

2007-07-06 Thread Hamilton Vera
Do you have sed installed? if $echo X $tmp_deplibs | $Xsed -e 's/[ ]//g' \ | grep . /dev/null; then $echo if test X$deplibs_check_method = Xnone; then $echo *** Warning: inter-library dependencies are not supported

Re: [EMAIL PROTECTED] dealing with CPU hogs

2007-07-06 Thread Nick Kew
On Fri, 6 Jul 2007 16:30:32 -0400 Tony Rice \(trice\) [EMAIL PROTECTED] wrote: Any suggestions on configuration changes I can make to lessen the impact of CGI scripts which become CPU hogs? I'm running an apache server with about 150 virtual servers. Ocassionally an errant script will go

Re: [EMAIL PROTECTED] Apache 2.2.3: You don't have permission to access the requested directory for public_html directories w/o index.html

2007-07-06 Thread Joshua Slive
On 7/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am upgrading Apache from 1.2.6 to 2.2.3. Everything appears to be working except for users' public_html directories without an index.html file. Instead of displaying the files in the directory, the browser displays the following error:

[EMAIL PROTECTED] Need APSX to compile module on Windows... how and where to get it?

2007-07-06 Thread Mark A. Craig
Is there an equivalent to the ASPX binary for the Windows port of Apache (I have 2.24)? I need to be able to compile an Apache module from source, but the default install I did doesn't seem to include it. Does it exist for Windows and, if so, where do I get it, how do I integrate it into my

Re: [EMAIL PROTECTED] Need APSX to compile module on Windows... how and where to get it?

2007-07-06 Thread William A. Rowe, Jr.
Mark A. Craig wrote: Is there an equivalent to the ASPX binary for the Windows port of Apache (I have 2.24)? I need to be able to compile an Apache module from source, but the default install I did doesn't seem to include it. Does it exist for Windows and, if so, where do I get it, how do I