Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Create an http Directory
Name: scorcho Date: January 3, 2007 at 07:27:25 Pacific OS: Linux SuSE Server 10 CPU/Ram: P4/512 Product: HP Compaq dc5100
Comment:
Hi there. here's my issue, I want to create an http directory like with Microsoft IIS, I mean, in IIS I just put the whole directory I want to share, and just right click on it and select the share as a web site option, and I can go to that folder only with the "http://myserver.com/Sharedfolder" from any computer on my LAN, so I want to to the same on a Linux SuSE server 10, the apache server is already installed, as you can see I'm on a microsoft environment, but I want to change it to Linux and learn how to manage it. Any help would be appreciate, any link, anything
Name: 3Dave Date: January 3, 2007 at 07:32:00 Pacific
Reply:
Dump the directory into your htdocs. It may be under /var/www/ depending on how your system is configured...
0
Response Number 2
Name: scorcho Date: January 3, 2007 at 07:54:04 Pacific
Reply:
Yeap my htdocs is under /www/htdocs/, I place them in it and seems to work, but I got another application running, its ntop, but when I want to connect it from a pc in my LAN ("http://my.ip.dir:3000) I got this error "(111) connection refused", so I have on this SuSE server installed a proxy server with ipTables, I guess has something to do with it.
0
Response Number 3
Name: 3Dave Date: January 4, 2007 at 03:55:22 Pacific
Reply:
How are you starting ntop? As a service or something like "ntop -d -w 3000 -W 0"? Are you able to access it locally on the server (http://localhost:3000)? Did you set an admin password with "ntop -A"? Check your firewall rules and access permissions on the server with "iptables -L" and "cat /etc/hosts.[allow|deny]".
Summary: Hi there! Is there a way to create an installation script in Linux like in Windows with Wise or InstallShield? Are there any free alternatives? Thanks a lot! ...
Summary: well... your home directory looks like that because you don't have any users yet. create some users, and they will show up in /home. then each user can create an httpd directory, which will be accessi...