Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Apache 2.4.25 on windows: no variable cgi.script_uri

35 views
Skip to first unread message

mcar...@decofinder.com

unread,
Sep 28, 2017, 9:02:58 AM9/28/17
to
Hi all,
It seems that cgi.script_uri variable is not exists ...
RewriteEngine is ON

Some hint?

thank you


hauw...@gmail.com

unread,
Jul 31, 2018, 6:16:14 AM7/31/18
to
Hey, okay my apache doesn't work on my xampp control panel, whenever I start it stops by itself saying port 80 in use and I should change to another port so please how do I do that.

Kees Nuyt

unread,
Jul 31, 2018, 7:21:19 AM7/31/18
to
Another process is listenig on port 80.
You can get the name of the program
in a command window (cmd.exe, run as Administrator)
with:

netstat -a -n -b -p tcp | more

Look for lines with 0.0.0.0:80 .

Either another instance of Apache httpd is active, or you have Microsoft
IIS installed and active.

80 is the default port for httpd, so the best thing to do is make sure
Apache httpd is only started once, and disable the IIS service in the
Windows management console.

If you really want to use another port, you can change the Listen
directive in your httpd.conf or one of its include files.

http://httpd.apache.org/docs/2.4/bind.html

--
Regards,
Kees Nuyt

0 new messages