This is a discussion on debian apache2 cgi-bin location within the Linux software forums, part of the Linux Getting Started category; Hey all where is debian apache2 cgi-bin location? I know little bit fedora it is under /var/www but here under ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
|||
|
It is located at /usr/lib/cgi-bin
just put your files /usr/lib/cgi-bin Createa /var/www/cgi-bin/: Code:
mkdir -p /var/www/cgi-bin/ Code:
vi httpd.conf Code:
<IfModule mod_alias.c>
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
<Directory /var/www/cgi-bin/>
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
</IfModule>
|
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| php apache2 mysql | pansarevai | Web servers | 1 | 03-05-2008 12:06 AM |
| How to start Apache2 automatically at boot | satimis | Web servers | 2 | 02-03-2008 06:03 PM |
| Acetoneiso 2 Debian Linux | sweta | Ubuntu / Debian | 0 | 11-01-2007 02:49 AM |
| iptables under debian | ricc | Linux software | 1 | 04-22-2007 08:26 PM |
| VirtualHost Problems on Apache2 | rcordeiro | Linux software | 3 | 11-08-2006 10:30 PM |