Tagged Questions
2
votes
2answers
43 views
Ubuntu Bash - Changing permissions to user files for automating Apache VirtualHost creation
Moved here from AskUbuntu
I currently have a small Ubuntu Server 12.04 machine (test environment) with about 3 non-root users created. Each user has their own public_html directory under their ...
1
vote
1answer
113 views
Use server name instead of IP address
Installed apache 2 in my Ubuntu server and I use many web application like osc, glpi.
To browse these applications I have to write @ip/glpi in browser. my purpose is to use servername instead of ip ...
1
vote
2answers
98 views
Ubuntu: can't find ndbm.h
I need to compile an old apache version, 1.3 and compilation process fails because:
mod_auth_dbm.c:77:18: fatal error: ndbm.h: File or directory not found
where is it?
1
vote
3answers
2k views
Apache 403 Forbidden on sub folders?
I can view all files in the root directory (/var/www) but as soon as i enter a sub directory (eg /var/www/test) i get a 403 Forbidden error. I'm running Ubuntu 12.04.01.
Have tried searching for ...
2
votes
1answer
222 views
Creating a local in-house testing web server
What we are trying to achieve is to have an in house Linux-based (probably Ubuntu) web server which we can test on before pushing to our remote dedicated hosting server.
The problem we are going to ...
0
votes
0answers
100 views
Run Apache2 as root
I am teaching a security class and I would like to show them how it is very stupid to run apache as root (that means I don't need to be preached to about how stupid it is; I agree with you) I'm having ...
1
vote
3answers
254 views
Can only access my webserver from my computer?
I am learning Apache2, and I just attempted to make my local web server live to the internet.
When I type my IP 86.207.14.136 on the browser's address bar and access it, I see the index.html stored ...
0
votes
1answer
46 views
Apache2 configuration issue?
Why is it that when I write the directive Alias /hello /myfile.php it works fine, but if I write Alias /hello /myfile.php?myvar=test apache gives me 'NOT FOUND'.
2
votes
4answers
192 views
Executing programs without having to specify a directory?
Why is it that I have to type /etc/init.d/apache2 (args) in order to run apache??
Isn't there a way to just apache2 args ??
1
vote
0answers
89 views
Apache configuration wont update
I have just installed this server with Ubuntu server 12.10 and then installed Apache2, however now when I run service apache2 reload or service apache2 restart it claims to have suceeded in updating ...
5
votes
3answers
1k views
A Web ssh/telnet client
I'm in kind of a tight spot right now. I wanted to know if someone has seen a HTML, or PHP web ssh client as both my company and school block everything besides port 80. I'm a control freak when it ...
2
votes
2answers
224 views
Monitor bandwidth usage from different virtual hosts
I've got a VPS running Ubuntu and Apache and hosting several sites on it using virtual hosts. It would be very interesting to monitor which of these sites takes the most power and bandwidth, I've been ...
1
vote
1answer
270 views
Permisions overwritten when files are transfered via FTP. What to do?
Got my web server up and running using apache2 with the ability to ftp to /var/www folder. However, if I make an update to .html and copied over the file via ftp, the file's permisions become more ...
2
votes
0answers
222 views
Can /mnt/hgfs/'shared folder' be used as apache root?
I have an Ubuntu Server (12.04) running on my development machine. It is in a VM. I have succeeded with the task of setting up Apache2, MySQL, and PHP. I can access the server from my host browser ...
1
vote
1answer
1k views
Port Mirroring using iptables - copy all traffic among nginx on :80 and apache on :8080
I have nginx running on port 80 and apache running on port 8080
I want to transfer all the traffic to both nginx and apache asynchronously i.e the performance of one server wont be dependent on the ...