473,544 Members | 2,247 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Apache Web Server Forum

Apache (HTTP) Web Server - Ask questions about the apache web server, setup, administration, installation, compiling, configuration, module, caching, log files, mod_rewrite, performance tuning, secuirty, SSL, virtual hosts and more.
1
2,840
thread by: bannostookaylo | last post Dec 12 '09 by: Dormilich
Im not sure if the title is descriptive enough if a mod can think of a better title then please change it for me (thanks in advance) here is the deal; I used vertrigoserv to set up a localhost here on my laptop to test my websites before i upload them to their prospective hosts on the web. I would like to be able to test the forms on...
0
2,016
thread by: hsheboul | last post Dec 4 '09 by: hsheboul
Thanks to Markus for pointing me to all the Apache stuff http://bytes.com/topic/html-css/answers/876342-automating-web-site-template My Web site is hosted on a shared Linux hosting, that runs the Apache 2.2 I got multiple static "utility" files: CSS, JavaScripts, Impages, etc. In order to maintain a coherent and consistent structure, I put...
2
2,215
thread by: knkk | last post Dec 3 '09 by: knkk
I want to redirect a url http://abc.xyz.com/123 to http://www.xyz.com. So the file that will be accessed will be index.php of xyz.com. That index.php should have available to it both abc and 123 (so 123 will be $_SERVER, and abc will come out of $_SERVER) to enable appropriate processing. http://abc.xyz.com already goes to http://www.xyz.com...
1
3,497
thread by: ziycon | last post Nov 26 '09 by: ziycon
Any ideas with the below error is occuring, can't figure it out at all?
3
4,414
code green
thread by: code green | last post Nov 3 '09 by: code green
How does one configure Apache to run .NET. on a Windows XP box. This will only be on a local machine rather than a main server. I develop PHP mainly but sometimes dip into Microsoft. If I could somehow flip localhost between Apache - IIS that would be ideal. Otherwise I am physically changing machines which is a nuisance.
1
2,042
thread by: gsherp | last post Oct 17 '09 by: Markus
I was wondering if there was anyway in the .htaccess file to access bash scripts. I want to do this because for the mod_rewrite configuration: RewriteBase /home/ { whoami } /www/ is there any equivalent way of doing a text substitution with whoami command within the RewriteBase line? Thanks, gsherp
7
5,526
thread by: ujwalarali85 | last post Oct 14 '09 by: dragosXI
When each new user tries to register, a directory on the server will create for her/him. (www.example.com/user_name) but as you know I need her/him directory to be available as follows too (http://user_name.example.com/). I have Linux Server.It's not a local project, so the _conf file of Apache Server may not accessible at all. I need a...
2
3,094
thread by: datactrl | last post Oct 8 '09 by: GCAdmin
Hi, all I create a pdf content on fly and then print it out with coding as following. It's used to work fine on an apache server. Now I change to another apache server on different machine, it won't work now. I wonder maybe the apache version is different, this one is lattest version. Can't figure out the problem. Please advise, thank you very...
28
3,437
mikek12004
thread by: mikek12004 | last post Oct 1 '09 by: Dormilich
Almost for all thing I use my index.php with the value of 'page' as a criterion. However when I view my products which is something like this www.mysite.com/index.php?page=2&kwd=1.0096&description=Love to give&type=album to be viewed www.mysite.com+album+1.0096+Love to give note that I do not have a problem with the slashes as seperators...
6
7,582
thread by: josequinonesii | last post Sep 30 '09 by: josequinonesii
I've searched, I've read, I've tested and re-read numerous post but to no avail yet... Quite simply, the settings I've applied to my httpd.conf, httpd-vhost.conf and my hosts files simply does not work. Please review my work and let me know if you see that one little thing that is throwing me for a loop. HTTPD.CONF # # This is the main...
3
1,750
thread by: midooz | last post Sep 21 '09 by: midooz
Hi Everyone just one question How can I make page appear in this way ../news-action-show-id-13849.htm any tips, links
2
2,150
thread by: Amzul | last post Sep 21 '09 by: ziycon
hello all, i have a url that looks like this http://www.bytes.com/page.php/&param1=value1&param2=value2&param3=value3 and so on... i was wondering how i can tweak the url to have it to look like this: http://www.bytes.com/page/value1/value2/value3/
1
6,388
thread by: ziycon | last post Sep 21 '09 by: Dormilich
I'm getting the below error when trying to create a connection pool using jboss: Anyone have any ideas as to whats going on or how to resolve it?
3
5,833
hsriat
thread by: hsriat | last post Sep 15 '09 by: Plater
Hi, I have been trying to redirect request to any of the pages on an "under-construction" website to root. e.g. redirect www.example.com/randomxyz to www.example.com I wrote this code, but didn't seem to work. Any suggestions? RedirectMatch ^(+)$ http://www.example.com
1
2,603
thread by: firstposter | last post Sep 13 '09 by: Dormilich
Hello Is there an easy way to capture ALL(or most) site errors I'm running a site which uses apache, php5 and mysql I'm wanting to be automatically notified via email when the following occurs on the site: - php errors - mysql errors
1
1,892
omerbutt
thread by: omerbutt | last post Sep 9 '09 by: omerbutt
hi there i am working o a site that has some indexed pages and the pages , i have to use 301 redirects , i have read on the net about it and started working on it i made a test page and gave a link on it which is pointing to a page <a href="PagesA/akbest.htm">check</a> which is to be redirected to a new page through .htaccess in the...
1
4,404
thread by: ziycon | last post Sep 4 '09 by: Dormilich
Can anyone tell me what this error means in tomcat logs?
1
2,056
thread by: caty | last post Sep 4 '09 by: ziycon
Hallo, I installed tomcat, Java and also Eclipse... when click on startup.bat it starts but when I type in the broswer http://localhost:8080/ I couldnot see the startup page ..some error....how to copy the error from the command prompt??? please help me out in this regard
0
1,882
thread by: Shisou | last post Aug 26 '09 by: Shisou
I was wondering if there was anyone out there working with a software called OpenReports on a Tomcat server. If not then I won't bother asking my question. note: The only reason I'm trying here is because I always get great advice from this forum so I'm hoping I can get help with something that's a little more vague. Sorry if this is an...
3
4,190
thread by: everybytescount | last post Aug 25 '09 by: Markus
Does anyone know how do i install the library libwbxml2 on a shared hosting?
6
4,085
Tarantulus
thread by: Tarantulus | last post Aug 25 '09 by: Tarantulus
hi guys, this is probably a stupid question, but can anyone explain to me why when I navigate to www.mydomain.com it doesn't open the index.html file? I have the following directive in my httpd.conf file: DirectoryIndex index.htm index.html index.php index.php3 default.html index.cgi index.htm any ideas are appreciated as always
6
20,593
chunk1978
thread by: chunk1978 | last post Aug 22 '09 by: numberwhun
hi there... does anyone know if it's possible to make a secure site using SSL in cPanel? i have a webform that i would like to turn into a secure "https://" page, but i'm not sure if i can do that by using cPanel's SSL set up... anyone know if it can be done? or even if infact that's the whole point of SSL in cPanel?
3
3,046
vikas1111
thread by: vikas1111 | last post Aug 19 '09 by: numberwhun
I have installed apache2.2 on my windows xp system. I even have IISw3 running on my system, My problem is with Apache, every day i have to restart my system 20 times in order to start apache. I get status error. I am attaching a screen shot of the error shown. Please guide me to get rid of this error. King Regards. Vikas.R.H
4
3,038
thread by: Donohujs | last post Aug 16 '09 by: numberwhun
Okay, I've recently installed apache to my laptop (Windows Vista). This is the first time I've tried anything like this and I don't have much knowledge with apache or computers overall, however I'm doing this to learn. When setting it up I followed the installation process and as I tried to change the documentroot through the httpd file it...
2
2,187
thread by: Jason7899 | last post Aug 13 '09 by: Jason7899
hi, i have this domain for example: mydomain.com and i want when i enter this url in browser: mydomain.com/test the htacess see the "test" redirect the site for test location ex: www.silva.com and to that for the other words that i enter after "/" for the folders that exist in server the htacess will donīt do nothing the objective is...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.