How to install PHP with Apache on Windows XP, its basically the same steps you have to take in Vista and Windows 7. Tutorial by brugbart.com
Why isn't my web server working?
I’m running apache http server on my computer, it’s running on port 80 which I have opened on my router. I used the web tool http://www.dyndns.com/support/tools/openport.html and it said that the port is open and operational. I still can’t open up my server from a computer outside of my local network. By local network I mean any computer directly connected to my router. I can only access it from a local computer by typing the internal ip into a browser. And I can’t access it at all from any computer outside of my network. What am I missing? I’m using a linksys wrt54g router and my isp is comcast cable internet. Also I can ping my external ip from anywhere.
Mac OS X single user mode (Apache server)?
once i run the command "Systemstarter" after it starts to compile it keeps saying ‘waiting for Apache server’
what does this mean? how can i get rid of it?
thanx
it says this
Starting internet services
Processing config dir /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/user.conf
waiting for apache web server
Port Forwarding on Port 80?
I’m making a home web server to host a website, and I need to forward (I think) port 80 to port 80, only to the server’s IP address, which is 192.168.1.100. I am using Windows Apache MySQL PHP (WAMP Server) on the server, by the way. I am using a 2Wire 2701HG-B gateway (I have DSL). By going to my gateway’s IP address in a web browser, I am able to access the setup page(s). I went into the "Firewall" tab and made a configuration for port 80 -> port 80, 192.168.1.100, so that SHOULD mean that if I enter my house’s WAN address (the one that everyone can access), I should get transferred to 192.168.1.100, my server. But instead, I just get a message that says it can’t load the page for whatever reason. Please help! I NEED to get this to work!
How do I make my Apache installation for both windows and linux point to the same document root?
Hi, I think I’ve successfully installed php, apache and mysql. The apache server is now working. but I want to do something…
I have Windows XP installed on the same machine and installed AMP in there. Now I want both my Apache in Linux and Windows to point to the same directory root. which consequently is in the Windows Partition with a FAT32 file system.
Now, when I try to view my webroot in Linux, it says I don’t have permission. So I tried to chmod my files (which is again in the windows Fat32 partition). But the permissions don’t change even if I use sudo.
So if it doesn’t work can I just add my user to the group where the webroot folder belongs to which is (plugdev)
DoS attacking a web server with slowloris
DoS attacking a Apache Server with perl slowloris. It sends unfinished http requests to the server. For every request, there is a new thread opened on the server. This is very effective and plus, slowloris only leaves small data in the logs when u close it! http service is up again maybe 2 secs later. More info here: ha.ckers.org
Using https, can one (Apache) web server display a page, and another (Domino) web server receive the POST?
This worked with http: but so far, not with https: The user clicks a link on the webpage
http://www.OurCompany.com
. The Apache server serves the user a page that has an input form, which is https://ApacheServer.OurCompany.com/UserDataPage.htm . When the user clicks "Send" button on the UserDataPage, it does a form.submit() in JavaScript. The Domino server should get the POST and store the data. The form on UserDataPage is like this:
<FORM method="post"
action=
"https://DominoServer.OurCompany.com/foldername/
NotesDB.nsf/NotesForm?
openform&Seq=1">
inputs etc go here….
</FORM>
When the UserDataPage is displayed with
http://ApacheServer.OurCompany.com/UserDataPage.htm ,
and the Action= uses http: instead of https:, this works fine, and the Domino Server creates a new Document. But with https: for both, the Domino server just displays a blank NotesForm with an https: URL. Why? Can we make this idea – submitting encrypted data to a different server – work, some other way?
newbie question – Php with Apache?
I am trying to learn Php. Today I installed the Apache Http Server 2.2 on my Windows XP system. I then installed Php-5.2.1-win32.zip.
Currently if I go to http://localhost/ it displays the "it works" screen for apache but I created a simple file called hello.php and saved it to the htdocs dir. however when I try to open the site http://localhost/hello.ph… it just gives a blank screen.
Anything extra I need to do or what am I doing wrong?