The configuration tag has no wiki summary.
2
votes
2answers
121 views
Clean URLs issue using .htaccess in PHP project
I am working on a PHP laravel project. I am currently facing issues with .htaccess file. I have following .htaccess:
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
...
1
vote
1answer
196 views
Enabling SSL on Apache2 causes address already in use error
My server works just fine on a normal Apache2 install. Now, I'm trying to install subversion on this server using a guide I found on the net called: Installation of Subversion on Ubuntu, with Apache, ...
0
votes
1answer
247 views
Disable default error pages/error messages in IIS
I have this web application (ASP.Net MVC 3) that on certain conditions returns a custom JSON string with a HTTP status code for an error (403, 415, 500). It is deployed on a Win 2008 R2 server with ...
1
vote
1answer
51 views
Setup basic proxypass in Apache
I have a web application that communicates to a web service deployed on the same server. The web app was written with Tibco General Interface and works well only when it is running locally on the ...
3
votes
2answers
98 views
Increase Servers folder depth limit for running scripts?
I have a CMS on my site that utilises TinyMCE (the WYSIWYG text editor). The issue is that TinyMCE cannot browse for files (example: images) on the web server. I get the error:
Error 324 ...
0
votes
5answers
81 views
Port numbers for SSL
We have an existing web site with HTTP on port 80 and HTTPS on port 443. I'm adding a second site to that now, and from what I understand, I cannot host two sites on the same SSL port.
So my ...
1
vote
1answer
37 views
Move the DokuWiki data directory somewhere else?
I need to move the DokuWiki data directory away from its default location (because I keep the installation and configuration in version control, but data needs to kept elsewhere, in order to be ...
1
vote
3answers
246 views
Why isn't my PHP file running?
I recently installed Apache and later installed PHP too.
When I browse to http://localhost/index.html it displays the default Apache page "it works".
But when i try to run ...
0
votes
1answer
29 views
Why are some Shared Web Hosting configuration changes delayed?
I have used several shared web hosting packages over the years, however, more recently I have encountered issues that have me questioning the purpose of delays in configuration changes.
The web host ...
2
votes
2answers
218 views
Is it possible to count the number of hits or loads of a webpage without anything fancy?
I know very little, but I do know that I have some server space given by my University with a file called public_html which anyone can load html and other files from. So is there a simple way to add ...
1
vote
1answer
174 views
www.foobar.com works but foobar.com results in a 'Server not found' error
I have just setup a minimal (hopefully secure? - comments welcome) apache website using the following configuration file:
<VirtualHost *:80>
ServerName foobar.com
ServerAlias ...
0
votes
3answers
63 views
Web Email Configuration
I just created emails for my website from the cpanel. I then gave links to the cpanel webmail to each owner of the newly created mails. When they tried to login it returened invalid username and ...
0
votes
0answers
273 views
Multiple sites, same port, iis7
1 server. 4 websites.
I have multiple internal IP addresses. Each one to be allocated to a different website.
I thought I should create a new website, bind to domain and internal IP address, point ...
0
votes
3answers
398 views
MX record setup to another domain? [duplicate]
Possible Duplicate:
How do I leave mail at the registrar while serving the web from host?
I have a website aaa.fr with MX record correctly configured and working.
Now I'm buying the domain ...
1
vote
1answer
3k views
Nginx negating condition/ if else
I've came into situation where I cannot find a way around it, neither with tons googling.
valid_referers none blocked something.com;
if ($invalid_referer) {
rewrite ^ /leech.jpg;
expires ...
2
votes
2answers
780 views
How to proxy with apache site from same domain but another port as a subfolder?
So I have a problem - I have my main site on apache web server on debian on port 80; I develop a web server (in some C++ or C#) and it currently runs on port 6666. But some people are living under ...
0
votes
3answers
1k views
My php.ini configuration is being ignored - how can I override the error reporting level in my PHP scripts?
Just migrated to a new server, and its error reporting level for PHP is higher than the server we migrated from. It's showing warnings and notes about deprecated PHP.
While obviously, the long term ...
1
vote
2answers
331 views
What's the purpose of index.html
If I maintain www.example.com, does accessing it mean I would open index.html in its root directory?
0
votes
1answer
191 views
Installing ffmpeg-php on Media Temple Server
migrating a Plesk server from 3.5 to 4.0 and reinstalling some apps we use (Tomcat, ffmpeg, etc.). Got all those installed fine, but following the instructions for installing ffmpeg-php (from here: ...
0
votes
2answers
102 views
How do I select a different start/default page per domain?
I have an apache2 installation on www.main_domain.com (invalid underscore in domain name is intentional; this is an example), and the default page gives links for two secondary sites, also served by ...

