Tagged Questions
2
votes
1answer
79 views
Apache 2.2.3 runs from CLI, unable to start service through Windows 7
I've happily been running Apache 2.2.3 on my Windows 7 desktop and laptop for some time (months/years) without any problem. However in the last couple of days the Apache2.2 service in the Windows ...
3
votes
0answers
370 views
Apache 2.4 on Windows responds slowly, hangs when serving some dynamic pages
(I know the answer to this question. Posting this just to share the answer with the community)
My local (Windows 7) instance of Apache 2.4 experiences delays or hang-ups when serving some URLs, ...
1
vote
1answer
212 views
Cannot connect 192.168.1.X from another local computer
I want to connect my apache server from another computer. But I cannot.
My windows firewall is disabled.
Other computer's firewall is disabled.
My local ip address is 192.168.1.55
Port is 80 of ...
0
votes
1answer
144 views
Access my Apache HTTP Server
I am new to Apache HTTP Server. I install Win32 Binary including OpenSSL 0.9.8t on my Windows 7- 64bit OS. Then I opened my browser and typed : localhost:80 and see that my server works! I access it ...
1
vote
0answers
831 views
Access Forbidden for Apache2 VirtualHost Pointed at Windows User Directory
I would like to configure a Apache2 VirtualHost to point at a directory on my user's directory path, e.g. \users\myuser\workspace
Whenever I try to access index.html on this site, I get a 403 ...
0
votes
2answers
621 views
Apache suddenly stops serving to LAN computers, now only localhost
TLDR: Apache WAS serving pages to LAN computers, but suddenly only works on localhost.
Background info:
(I discovered the WAMP, XAMPP, etc packages a day after) I built a WAMP server individually, ...
0
votes
1answer
346 views
Why is my local Apache install slow on Windows 7 only with LAN enabled?
I have a local Wampserver on Windows 7. With the LAN connection disabled, it runs as fast as I would expect. WIth the LAN connection enabled, it waits 20-30 seconds before serving pages either locally ...
3
votes
4answers
287 views
Apache2 on Windows 7 needs public access
I have searched on Google and here as well, I'm trying to put my apache2 server running on my Windows 7 machine online for public access.
I have a bell 2wire modem/router and am behind a NAT, I have ...
1
vote
1answer
192 views
Encrypt a folder in Windows 7 but allow program access
I am a web developer and I sometimes develop websites on my laptop that include confidential client information. I can turn on encryption for the relevant folders but when I do, my local Apache server ...
0
votes
3answers
3k views
Connect to CentOS httpd server running on VMware Player?
I have a virtual LAMP machine set up with 32-bit CentOS 5.5 running on VMWare Player. It's being hosted on a Win 7 64-bit machine running a bridged network connection. Everything seems OK on the guest ...
1
vote
1answer
1k views
Apache Sites Available file in Windows
I'm trying to install the WebNotes Framework in Windows 7. The only installation guide is focused on the Linux environment. I'm trying to find out the corresponding file names in Windows.
I've found ...
0
votes
4answers
3k views
Apache+Home Server not allowing External Traffic
Not sure what the ruling is on asking new questions but I felt like my previous question was answered in this post.
So now I have my server correctly allowing me to setup directories outside of my ...
1
vote
4answers
507 views
Is it possible to run two servers in one system?
I have a small problem while trying to execute the wamp server.
At present in my system I am running Apache server. I have a php application. for that I am trying to install wamp server in my system. ...