Tagged Questions
0
votes
1answer
32 views
Use an existing wampserver from a windows partition on linux mint
I dual boot Windows 7 and Linux Mint 14.
I have wampserver installed on Win 7 and have a couple of websites already set up there.
Is it possible to use that same installation apache/mysql/php ...
0
votes
0answers
76 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
99 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 ...
2
votes
3answers
494 views
Cannot Access Webpage from Outside LAN
I have a CentOS 6.0 web server running httpd, mysql, php, and Joomla 2.5. It has a static, public IP address. I can access the webpage (which is the Joomla management console) by IP address perfectly ...
2
votes
0answers
349 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 ...
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 ...
3
votes
1answer
345 views
How to configure permissions to allow apache to securely have access to a file in a shared environment?
This is a follow up question from my previous, but I felt it might be more Linux based.
http://serverfault.com/questions/414207/how-to-set-linux-permissions-to-allow-apache-to-have-access-to-a-file
...
1
vote
3answers
201 views
Is there a way to find out which webpages are being accessed by clients on a UNIX webserver?
My web server is running CentOS and every time a certain page is accessed on my forum, httpd locks up and I can never seem to pinpoint the exact file.
Is there any way to view the pages that ...
3
votes
2answers
2k views
How do I fix the error 403 I am getting with XAMPP while I am using mod_userdir?
I am running Arch Linux and I decided to use XAMPP so I can create and test web pages. Anyway, I followed the instructions given in the site and extracted it to /opt/lampp and I also uncommented the ...
5
votes
3answers
2k views
How do I create web pages in my home directory and have the web server serve them in my web browser?
I have recently installed the Apache web browser in my Debian Squeeze (using command tasksel and selecting [ ] Web server). Now I get it to start via sudo /etc/init.d/apache2 start and then I go to my ...
1
vote
2answers
247 views
How to “get” a HTTPS website running?
I have a website serving several pages that can be reachable via HTTP.
How can I make these sites available via standard HTTPS? (not self-signed). What are the steps? (go to a CA, and then?)
Can ...
2
votes
4answers
225 views
Creating a public document directory for a normal user
We usually see personal web pages like http://a-site.com/~someone/, in this case, "someone" is a user of "a-site". How to enable this by default, so whenever we add a new user "foo", then ...
2
votes
1answer
259 views
How can I monitor the load of a php script on a server?
We've got a website on our dedicated server which seems to be causing problems.
Recently it has been crashing our dedicated server - it's very annoying. It will crash at random times. The tech ...
3
votes
3answers
2k views
How to configure permissions to allow gedit, apache, and an IDE play together?
I'm using plain Ubuntu Desktop 11.04 and installed my lamp stack using lamp-server. I am trying to use Netbeans as my IDE.
Currently, all virtual hosts are being run from /var/www/vhostname -- but as ...
0
votes
2answers
180 views
Linux (Debian) web server advice
I'm at the start of a new company in which the main activity is building internet web apps. I was very familiar with linux 8-9 years ago, but since then, I've lost a lot of touch with it (couldn't ...
0
votes
1answer
40 views
Configure webserver for compression
Based on this page: http://code.google.com/speed/page-speed/docs/payload.html#GzipCompression
I need to enable compression on my website, but I have no idea how to do this. If this is the right ...