The configuration tag has no wiki summary.
0
votes
0answers
32 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 ...
1
vote
1answer
34 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 ...
0
votes
0answers
14 views
Specifying multiple NameVirtualHosts in a VirtualHost configuration [migrated]
My server is running Apache2 and the configuration contains several NameVirtualHost settings.
# Example
NameVirtualHost aaa.bbb.ccc.ddd:80
NameVirtualHost xxx.yyy.zzz.qqq:80
NameVirtualHost ...
0
votes
0answers
10 views
Setting up a wireless router, connected via LAN to modem [migrated]
So connection to the internet works has always been a bit blurry to me and I've let myself ignore my ignorance...
At the moment my house has a fibre optic modem that gives 100Mbs speed and this is ...
0
votes
5answers
73 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
28 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 ...
0
votes
1answer
25 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
99 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
101 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 /
...
3
votes
2answers
85 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 ...
1
vote
1answer
103 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
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
265 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
231 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
338 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 ...