Apache
Please post all Apache help and support topics here.
337 topics in this forum
-
hello all, love the new site btw, I have a newbie question. im testing out a script on my windows box with uniserver. in the script some files have to be chmod 777. I know how to do this online through my site cpanel, but how do i change this using just apache. (i imagine thats how its done, through a .htaccess file perhaps?) Im thinking its in htaccess, or maybe the apache config. Am i headed in the right direction? thanks very much for uniserver ive tried other apache compilations (apache, php etc ) but havent found one as easy to setup 'out of the box' like uniserver. thanks, much regards
-
- 1 reply
- 6.1k views
-
-
i try to make this <VirtualHost *> VirtualDocumentRoot "/www/domains/%-2.0.%-1.0/" </VirtualHost> after a hour of coding, i made apache not to crash when started.. and still it doesn't work it should do: request: www.bebbet.nl result: /www/domains/bebbet.nl/ i want: request: 1234.bebbet.nl/dir/filename.ext result: /www/domains/bebbet.nl/1234/dir/filename.ext who can help me? i activated LoadModule vhost_alias_module modules/mod_vhost_alias.so (i installed apache2, then copied the file) help me please
-
- 1 reply
- 6.9k views
-
-
Hello, When executing start.bat getting disk w busy or any letter assigned e.g. start.bat j
-
- 10 replies
- 8.9k views
-
-
Hi guys, I have no idea if this is the place to ask, so you'll have to forgive me. I'm hosting my domain with my computer and uniformServer as... server. Today while reading access.log (just pure curiosrity) I observed some really strange entries into the log. If necessary I can post all entries I'm talking about, but for now I will just post a fragment. I can see in the error.log that the requests are treated either as "File does not exist" or "URI too long". Never the less, is someone trying to atack the server or what? Here's a fragment: >> 211.158.113.35 - - [23/Mar/2005:20:02:10 +0100] "GET /default.ida?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXX…
-
- 7 replies
- 6.8k views
-
-
Is there a way to setup virtual hosts so that I could, for example, have the server show one director when accessed from mydomain.com, and a different directory if accessed from example.com?
-
- 24 replies
- 15.2k views
-
-
Hi there Although I’m new on this forum, I’ve been playing with uniserver for some time and let me say this: it’s brilliant. Congratulations! I have a problem and hope to get some help. I’m hosting a domain on my own computer and I need to set up 3 sub domains (at least for now), but it doesn’t seems to work. I had did this with a “regular” Apache without problem. But uniserver seems to just take the first virtual (sub)domain and use it as it would be the main domain, so all my subdomains and my main domain point to this one. What’s funny is that the browser shows subdomain.mydomain.dk, but the content is the same for all, including my main domain. Any idea? I know …
-
- 18 replies
- 12.9k views
-
-
Hi, I'm trying to run the Uniform Server on a couple of PCs but on each of them, after running 'start.bat', I receive the error message: One of the instances of Apache server is started. Use stop.bat I run 'stop.bat' then re-run 'start.bat' and receive the same message again (as you may be able to tell, I'm not what you'd call a 'server expert' - in fact I have very little experience of this at all, I'm just a simple web developer!) Here's what I've tried: - turning off the anti-virus (AVG) (same result) - removing the '127.0.0.1 localhost' assignation from the HOSTS file (same result) - run netstat - nothing seems to be using port 80 - 'ping localhost' - no los…
-
- 5 replies
- 8.8k views
-
-
Hello, htacess anyone? I am having a bit of problem with the htaccess basic authentication. I have follow a demo here http://www.he.net/faq/tutorials/htaccess/demo.html For the purpose of verifying a working htaccess, I have copy all files word for word like follow: .htpasswd (user: john, pass: orange, user: sheri, pass: apple) =============== john:zOSE9NzIxzoYo sheri:bcrFMwAnWVM2A =============== .htaccess =============== AuthUserFile /www/.htpasswd AuthName jdoe_goodstuff AuthType Basic <Limit GET> require valid-user </Limit> =============== I have: 1. Tested this exact configuration on a live server, changing only the path of the .htpasswd to…
-
- 11 replies
- 11.7k views
-
-
Ok when anyone from outside say a friend tries to acess my website they cannot they say that they're forbidden and not authroized to view the page. Now how do i enable them to. TO make my page public?
-
- 3 replies
- 5.6k views
-
-
im not sure if it goes in here, but i thought id post it in here because its apache i was looking for... im just a noob to all this with apache and the only reason i was interested was so that i could learn php/mysql without using a lot of bandwidth and i also like to develope my work offline. information that might be helpful ( i dont know really what would be but...) im running 98se and am using the 3.1 version. anyway, my problem is that whenever i turn on the server, it works fine, until i try to turn it off... when i open stop.pif, the apache/mysql/pearl prompt comes up with an "invalid parameter -w" and then is "finished" so i cant do anything and have to clos…
-
- 32 replies
- 25.5k views
-
-
Hi i'm trying to run subversion as a module with apache only i can't get it to run I believe it is because of webdav... How can i turn it on properly this is my conf... D:\miniserver\UniServer3_2\diskw\usr\local\Apache2>bin\htpasswd -c test <test> De syntaxis van de opdracht is onjuist. My server wont even run with the config this is the file: # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs-2.0/> for detailed information about # the directives…
-
- 16 replies
- 21.7k views
-
-
I know you have other better things to do, but when and if you have time, consider adding mod_aspdotnet to uniServer. I know it's only working under Windows, but it will be nice to have the possibility to do some C#. I still want my php, but why not getting the best of both worlds? At least could anyone tell how should one try to add the module? I guess it's not sufficient to just download the module (a msi installer) and instal.
-
- 1 reply
- 4.3k views
-