Page 1 of 1

Find Apache from internet

PostPosted: 06. April 2006 13:37
by Kolle
I am webserver newbie. But i think i have got everything in XAMPP to work now. Am I supposed to put the files i want to have on the internet in the http directory?
I have done everything described in the userguide by DrkShadow, and created a directory named: www and another inside this called Internet. Am i supposed to place my files here?
Just dont know how to find the files i have in these folders? Where can i find the adress to type in my browser?

"xampp-portcheck.exe", is this installed in XAMPP? If not, where can i fint this program?

PostPosted: 06. April 2006 18:27
by sthosting
Hello,
If you have installed Xampp, and are ready to add you web files go to your htdocs folder and put ur files and html pages in there.
from there you should be able to go to http://localhost/index.html
(-* localhost- replace with your IP address*)
what ever index.html file you put in htdocs should show up.

PostPosted: 06. April 2006 19:53
by Kolle
Thanks for answer!
When i type http://localhost/index.html , i get the message: It works!
I dont know how the apache server is suppose to work. But i though i could place for example jpg. files (pictures) in my htdocs directory, and they will be availabel over the internet.
To find my jpg. files in my htdocs directory, i used the adress as you said:
http://localhost/index.html (And replased localhost with my ip-adress).

The message i get up is:

Web Server Error Report:
Server Error: 501 Not Implemented
Operating System Error Nr:6: errno = 0x6

No RPM for this combination of URL and method

/index.html

What could be wrong?

Thx for help!

PostPosted: 07. April 2006 03:23
by Kolle
Come on, somebody got to know what this mean. Error 501...

The end of my conf file:

NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot C:\Programfiler\Xampp\htdocs
ServerName localhost
</VirtualHost>

<VirtualHost *:80>
DocumentRoot C:\Programfiler\Xampp\www\Rune
ServerName localhost.Rune.com
</VirtualHost>

# Win32DisableAcceptEx
-----------------------------------------------------------

What to type in my browser? https://IP.Rune.com
https://IP./index.html

Plz help!

PostPosted: 07. April 2006 04:26
by sthosting
Are you trying to set up VirtualHost?

All you need to do is place your images in a folder calld images in your htdocs file.. put all your images in the images folder ..
go to http://00.00.00.000/images/mypic.jpg (*00.00.00.000 = relpace with your IP *)

Make sure your alowed port 80 from your ISP.

Make sure you name the corect image file name

PostPosted: 07. April 2006 05:04
by Kolle
Server Error: 404 Not Found

sry, didn`t work. When i use ip from ipconfig it works. But i think that is jusl local, and not on the internet.