I am new to this. I have visited http://www.apache.org and do not know how to install Apache Software.
Do I have to create all directories and put the files into a correct folders?
And then what?
I am new to this. I have visited http://www.apache.org and do not know how to install Apache Software.
Do I have to create all directories and put the files into a correct folders?
And then what?
When you download it there will be an istall file. Just read that and you should be all set.
Hi!
Can I download all files at once (in a zip file), but I don't see they have packed everything in a zip.
Or I have to create all the directories like them?
They havethe zip file here.
http://httpd.apache.org/dist/httpd/apache_1.3.20.zip
it says to run the .msi file (Apache.msi ), I can't find it Phrozen!
You downloaded the *nix version, so obviously there isn't going to be a windows installer with it.
If your installing it on a windows machine download this file.
http://httpd.apache.org/dist/httpd/b...n32-src-r2.msi
THANK YOU THANK YOU... I had downloaded before you post your message..![]()
OK... I am new to this... so I am very sorry if I ask a dumb question...
Can I run Perl or CGI Script after installing the Apache Software?
Or it is just a HTTP server
Sorry Yupapa, but I'm not here 24 hours a day.
If you want to run perl scripts you will need to install [url=http://www.activestate.com/]Active Perl[/url
Thanks!
I have tried that before... now let's try again
for example, if you installed perl at C:\Perl, and the perl executable is at C:\Perl\Perl.exe, your header should be:
#!C:\Perl\Perl.exe
the poster formerly known as needcgispace - NOTHING!
Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
URL: http://www.obhost.net/
IRC: irc.gamesurge.net/obhost
is httpd.conf = httpd.conf-dist-win ?Originally posted by lucifer
install perl
add
to the end of httpd.conf in apacheCode:# perl AddType application/x-httpd-cgi PL
make sure #!...... at start of your files points to perl.exe
should be OK but you may need to fiddle with suEXEC (if you get page forbidden)
the httpd.conf file should be in:
apache directory\conf
i have apache 1.3.12 running on my computer, so i wouldn't know about the .conf-dist-win thing. it came as .conf for me.
the poster formerly known as needcgispace - NOTHING!
Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
URL: http://www.obhost.net/
IRC: irc.gamesurge.net/obhost
Bookmarks