hiii developers ;-)
im very new to apache .. i ve installed apache 1.3.14 and php4.0.6 under windows 98 and they are RUNNING except when i try to excute ny php script im aint getting ny thhing..!!
Note: Apache on c:\
PHP on c:\
PHP srcips are on C:\apache\cgi-bin\php\
my hhtpd file look like this..(sompe parts of it which is confuing to me) :-
ServerRoot "C:/Apache"
PidFile logs/httpd.pid
ResourceConfig conf/srm.conf
AccessConfig conf/access.conf
KeepAlive On
MaxKeepAliveRequests 100
LoadModule php4_module c:/php/sapi/php4apache.dll
Port 7080
ServerName 127.0.0.1
DocumentRoot "C:/Apache/htdocs"
Options Indexes FollowSymLinks MultiViews ExecCGI
DirectoryIndex index.html index.php
AccessFileName .htaccess
UseCanonicalName On
<IfModule mod_mime.c>
TypesConfig conf/mime.types
</IfModule>
DefaultType text/plain
<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>
Apache parses all CGI scripts for the shebang line by default.
This comment line, the first line of the script, consists of the symbols
pound (#) and exclamation (!) followed by the path of the program that
can execute this specific script. For a perl script, with perl.exe in
the C:\Program Files\Perl directory, the shebang line should be:
#===========Edited by Azhar ý05:18 PM ý5/ý13/ý22
#!c:/php/php.exe
#======================
ScriptInterpreterSource registry
ScriptAlias /cgi-bin/ "C:/Apache/cgi-bin/"
AddType application/x-httpd-php .php
AddHandler cgi-script .php
Pleaseeee HELP ... im newbye to this ...