The webserver tag has no wiki summary.
0
votes
2answers
33 views
How would I mount a linux shared folder on another linux system?
What I'm trying to do is to share my VM development web server's /www folder, to make it more convenient to transfer the HTML, PHP and web documents I have made to test on the web server.
Would I ...
2
votes
1answer
271 views
redirect web server with no-ip and port forwarding in livebox
I want my Apache web server running on a Livebox (home router appliance running Linux) to be accessible from the Internet (WAN).
I installed and configured the application noip2 on my Ubuntu PC. ...
2
votes
1answer
176 views
Web front-end to find/grep/ack
In my lab, we are trying to build a web that allows the user to enter queries for find, ack, grep on a specific directory. The web would return an HTML with a table of a list of clickable files (click ...
0
votes
1answer
213 views
Get transmission web interface working with web server
I have my transmission server working on default port and i want to be able to
use the web interface with an url like http://my.domain/torrents.
I tried adding a location and a proxy conf to nginx ...
2
votes
0answers
372 views
Owner & Group setting for OpenCart install on CentOS 6.3
I'm setting up a development server on a HP microserver with CentOS 6.3. I'm relatively new to Linux and have ran into some issues/confusion. I have the server fully setup/updated with yum. It's a ...
0
votes
0answers
14 views
nginx should not handle unicorn's request
I have a server on which I have configured Nginx and Unicorn, where Unicorn servers static pages. In my case I'm writing a rewrite rule in Nginx that, if a request comes to mydomain.com it should ...
0
votes
0answers
18 views
nginx redirect with /
I'm configuring nginx for the below scenario.
I have a web server say example.com, when I'm writing a rule like if someone hits /something it should redirect on index.html (including styles and css). ...
0
votes
0answers
91 views
How to solve 2038 swfupload error?
I use swfupload on my debian server. I have already increased limits in my php options too.It gives me 2038 error after 500-600MB uploading. I can upload files with 200mb, or 300MB, but can't upload ...
0
votes
0answers
62 views
Creating a Safe Web Server
Web server hosts multiple websites. Multiple users update each website.
User home directory
/home/user1
/home/user2
Web directory
/var/www/site1
/var/www/site2
Each user uses SFTP to upload ...
0
votes
0answers
109 views
Problem setting up DVWA in Wheezy 64 bits
I'm trying to get running Damn Vulnerable Web Application in a virtual machine with Wheezy. The easy way if it was 32 bits is install XAMPP and copy the dvwa to htdocs. However I'm using 64 bits and I ...
0
votes
0answers
247 views
Linux webserver reboot issue
I've webserver, it works fine when there is no load into it. when I've load onto it and try to restart httpd server gets reboot itself or sometimes it automatically get reboot
It is Xen HVM with OS ...