Skip to main content
176 votes
35 answers
476k views

My current urls look like this [mysite]index.php/[rest of the slug]. I want to strip index.php from these urls. mod_rewrite is enabled on my apache2 server. In config, $config['index_page'] = ''; ...
Nihar Sarangi's user avatar
545 votes
32 answers
1.0m views

I get this error when trying to access localhost via a browser. AH01630: client denied by server configuration I checked my site folder permissions using: sudo chmod 777 -R * Here is my ...
Hazem Hagrass's user avatar
79 votes
6 answers
120k views

It's an important security issue and I'm sure this should be possible. A simple example: You run a community portal. Users are registered and upload their pictures. Your application gives security ...
Joern Akkermann's user avatar
104 votes
7 answers
158k views

What techniques and/or modules are available to implement robust rate limiting (requests|bytes/ip/unit time) in apache?
bd808's user avatar
  • 1,853
78 votes
5 answers
129k views

I have a web application that adds contextual information to XmlHttpRequest objects using the setRequestHeader API. I am using a custom header name (e.g. X-Foo) and a JSON structured value. It isn't ...
Kevin Hakanson's user avatar
124 votes
8 answers
558k views

I use centOS server. I want to configure apache to listen on port 8079. I added LISTEN 8079 directive in httpd.conf. I opened port 8079 in iptables and restarted iptables. I even stopped iptables ...
vivek.m's user avatar
  • 3,371
63 votes
2 answers
56k views

I want to host several sites with under the same server which uses Debian 5, say I have site1, site2 and site3, and assume my ip is 155.55.55.1: site1: 155.55.55.1:80 , script at /opt/django/site1/ ...
Hellnar's user avatar
  • 65.4k
11 votes
5 answers
24k views

I am attempting to setup a proxy with Apache2 so that incoming requests to http://myipaddress.com go to http://localhost:3000/ where I have Gitlab ( a rails app ) running. The following is what I have ...
PhilBot's user avatar
  • 398
118 votes
8 answers
149k views

It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put this one to rest for me? My permissions are screwed up on my sites and I'm not sure how to ...
Nelfo's user avatar
  • 3,854
68 votes
4 answers
29k views

I've managed to extend TokenAuthentication and I have a working model when using the request session to store my tokens, however when I attempt to pass Authorization as a header parameter as described ...
steve-gregory's user avatar
63 votes
6 answers
19k views

I'm using Vagrant to run an Ubuntu powered VirtualBox with Apache2. The webserver, among others, serves static files from my /vagrant directory. This works well most of the time. But when I change ...
Philipp Spiess's user avatar
181 votes
3 answers
320k views

After the server PHP upgrade I am getting the following error with PHP Version 5.6.2 on Apache 2.0 A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by ...
Techie's user avatar
  • 45.2k
255 votes
16 answers
464k views

I am trying to upload 30MB file on my server and its not working. When I upload 30MB file, the page loads "Page Not Found" When I upload a 3MB file, I receive "413 Request Entity Too Large" with nginx/...
Raju Vishwas's user avatar
  • 2,731
85 votes
7 answers
94k views

I'm currently trying to place a URL within a URL. For example: http://example.com/url/http%3A%2F%2Fwww.url2.com I'm aware that I have to encode the URL, which I have done, but now I am getting a 404 ...
tommizzle's user avatar
  • 1,019
23 votes
5 answers
60k views

I'm trying to get a CakePHP application to work. For this, I've set up a brand new Debian installation, updated the configuration and put everything in /var/www, which has the following content: app ...
MrG's user avatar
  • 5,307

15 30 50 per page
1
2 3 4 5
44