How to configure Apache to execute symlinked CGI scripts?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: users@xxxxxxxxxxxxxxxx
- Subject: How to configure Apache to execute symlinked CGI scripts?
- From: larivact@xxxxxxxxx
- Date: Fri, 30 Dec 2016 13:27:47 +0100
- Reply-to: users@xxxxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
Hey folks how do I configure Apache to execute symlinked CGI scripts? I
have got the following directory structure:
/tmp/foo
├── linked.cgi -> /tmp/bar/script.cgi
└── direct.cgi
/tmp/bar
└── script.cgi
I tried the following configuration and while /foo/direct.cgi executed
fine, /foo/linked.cgi downloaded the script instead of executing it.
<Directory "/tmp/foo/">
AllowOverride None
Require all granted
Options +ExecCGI
AddHandler cgi-script .cgi
</Directory>
Alias /foo/ /tmp/foo/
I'd appreciate any help.
Greetings
Larivact
---------------------------------------------------------------------
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]