Apache ignoring httpd.conf assigned path

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

 



I'm trying to resolve a path error on my cgi-bin.

What I've discovered is that Apache is looking for it in the wrong place.

The error log shows:
	script not found or unable to stat: /Library/Server/Web/Data/CGI-Executables


But my httpd.conf file has:
	ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1"

	<Directory "/Library/WebServer/CGI-Executables">
		AllowOverride None
		Options None
		Require all granted
	</Directory>

There is no reference of any sort in to /Library/Server/Web/Data in the httpd.conf  

If I move the whole CGI-Executables directory to  /Library/Server/Web/Data/ everything works. That's good, but I want it to be /Library/WebServer/

What would cause Apache to ignore the httpd.conf assigned path and how can I correct it?



---------------------------------------------------------------------
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