The configuration tag has no wiki summary.
3
votes
2answers
87 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 ...
2
votes
2answers
739 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 ...
2
votes
2answers
140 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 ...
2
votes
2answers
110 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
2answers
316 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?
1
vote
3answers
232 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 ...
1
vote
1answer
172 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 ...
1
vote
1answer
31 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
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 ...
1
vote
1answer
38 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 ...
1
vote
1answer
128 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
3answers
977 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 ...
0
votes
2answers
100 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 ...
0
votes
5answers
76 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 ...
0
votes
1answer
27 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 ...
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
33 views
How to serve Nginx using just a Rackspace server IP address? [migrated]
I'm setting up a server on Rackspace for migrating an existing website to so I can have everything working before changing the DNS entry.
I had no problems getting the server to work at the IP ...
0
votes
0answers
267 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
1answer
233 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 ...
0
votes
3answers
356 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 ...
0
votes
1answer
181 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: ...
-1
votes
0answers
16 views
Install PHP with MYSQLi extension [closed]
I am setting up a server with the php and mysql. I installed php version 5.3.25 and the latest version of mysql. All setups went fine. so i downloaded phpmyadmin and placed it in the webserver's ...