:: what is
please take a look on this.
:: install depedency
- make sure perl and apache has been installed on the box.
:: how to enable cgi
+[ configure httpd.conf ]
+[ restart httpd ]
:: links
+ googlelinux
+ thesitewizard
please take a look on this.
:: install depedency
- make sure perl and apache has been installed on the box.
:: how to enable cgi
+[ configure httpd.conf ]
[ me: conf ]# vi httpd.conf ## add/change on this line : # # add +ExecCGI onOptions FollowSymLinks +ExecCGI AllowOverride None Order allow,deny Deny from all # add index.cgi on DirectoryIndexDirectoryIndex index.php index.cgi index.html # add this line onAddHandler cgi-script .cgi .pl
+[ restart httpd ]
[ me: ~ ]# /etc/init.d/httpd restart
:: links
+ googlelinux
+ thesitewizard
Comments
Post a Comment