XAMPP
Hi,
I’ve tried my best to set the Apache configuration so that I can use a real domain name in the web address instead of “localhost” although I’m working on a standalone computer. I’m using Virtual Host configuration, but doesn’t work. What I miss or someone here can give me some advice? Thank you all.
I put some picture to make what I mean clear.
1) Access my web server using localhost
2) Set the Virtual Host on file “httpd-vhosts. conf”
<VirtualHost *: 80>
DocumentRoot "<PATH-TO-DIRECTORY>"
ServerName mysite. loc: 80
- 1457 views
- 1 answers
- 0 votes
I have install the xampp. in which i have also select the Apache server to install by default. after the successful installation. My SQL server is working properly.
But when i try to start Apache server it give me a message that port 80 is busy. I open all the services and in which i stop the Microsoft IIS which is using the port 80 and then try to start Apache server but it still gives the message that the port 80 is busy. what should i do to start my Apache server the version of my xampp is 1.7.4
- 944 views
- 1 answers
- 0 votes
How can I rectify this error on my XAMPP. If ever I type 127.0.0.1 to enter my localhost page I encounter this error
Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in C:xampphtdocsxamppindex.php on line 2 Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsxamppindex.php:2) in C:xampphtdocsxamppindex.php on line 4
Thanks
- 8243 views
- 1 answers
- 0 votes
I have been encountering this problem when i try to my localhost host page on my browser. I'm using firefox as my browser. Before it works fine but a on the later day this error suddenly appear.
Any solution for this?
Warning: include() [function.include]: Failed opening 'lang/' for inclusion (include_path='.;C:xamppphpPEAR') in C:xampphtdocsxamppindex.php on line 12
- 1528 views
- 1 answers
- 0 votes
Hi,
I am using XAMPP for my web server service running on mac snow leopard. When I finish some re touch of my web page, I want to look at its final view, as I start XAMPP, the error message box was displayed on the screen, it suggested that hostname error 001.
HostnameError001
HostnameError001Description
I am very new in using MAC machines and snow leopard OS, that is why I have a hard time solving this issue. As my first approach to this problem is to re install the whole package of XAMPP.
- 5334 views
- 2 answers
- 20 votes