GIDForums  

Go Back   GIDForums > Web Hosting Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : Apache Web Server Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Unhappy
by HaganeNoKokoro
Ok... I'm a real newb when it comes to apache and php configuration, and a semi-newb in php programming, so this is probably a dumb problem, but here goes: I am running Apache 2.0.50 and PHP 5.0.1 on Windows XP. Really simple, typical configuration settings. Most of my php programs work fine, but...
07-Aug-2008 05:42
by ronB Go to last post
3 2,082
 
by Barry
Hi, I am trying to authenticate against an apache proxy server (using mod_proxy) using the java HttpClieny utility. I am setting on the clientState both the proxy credentials and the user credentials (for the backend JBoss server), however apache only seems to recognise the user credentials and...
11-Jul-2008 05:57
by Barry Go to last post
0 788
Question
by allupaku
I need help on this I am getting 500 Internal Server error - i searched and i see that it is due to .htaccess file . i have RewriteEngine on Options +FollowSymlinks RewriteRule ^(.*)\.html$ index.php?page=$1 only this on my .htaccess and the problem is when we submit some form data.. please help...
17-Jun-2008 10:39
by allupaku Go to last post
1 353
 
by gigicakent
I have installed Apache 2.0.59 and Php and i have a problem. I coud not acces a specific addres on my web server. For example if i acces the main address 82.77.213.161 my website works fine, but if i try to acces a specific url like 82.77.213.161/muzica.html it opens the main page ( index page)....
15-Jun-2008 14:56
by gigicakent Go to last post
3 490
 
by Dinersnation
Need a little help. I just installed Apache on XP so I can start learning PHP and MYSQL on my PC. I can't seem to get past this point. I would appreciate any support. Thanks, Greg
30-May-2008 00:46
by Dinersnation Go to last post
0 545
 
by newmo
Hi all, Im pretty new to Apache and I've been wondering if it is possible to allow users to write files to a protected directory. I need this becuase Apache is set up on my home computer and if I could keep assignments on here and edit them at school it would make things alot easier. Thanks,...
01-May-2008 06:45
by shadownet Go to last post
1 531
 
by wheazy
Hey guys, forst off great forum, second, i really need some help. Basically, im a part time, web designer, usually when i do sites i use a hoster etc. this time i was gonna create a quick site for family to access from the internet and decided to host it myself on my system. i registered my domain...
30-Apr-2008 18:24
by shadownet Go to last post
1 436
 
by shadownet
Hi, Does anyone know a simple way for me to put a page counter on my website? I used Microsoft Frontpage to make my website and now I need a page counter that will work with my apache server. Thanks
30-Apr-2008 17:26
by shadownet Go to last post
0 341
 
by nitingupta183
Hi Group, I installed Apache Web Server for installing Bugzilla within my LAN network. I am now able to access the server through the browser window on the same machine on which I installed the Apache server. But I am not able to access the server from other machines on my LAN. Please let me know...
25-Apr-2008 02:21
by nitingupta183 Go to last post
0 410
 
by puteri
hi, i already configure apache to share documents from the right folder. i create music document. now, i want share picture document. how i can create another share document and other user can access both folder together.
24-Apr-2008 23:27
by puteri Go to last post
0 332
Unhappy
by rpmkreations
I installed apache 2.2 in Windows XP. I uncommented the httpd to include virtual hosts. My first site would load up just fine but my second site gets the http 403 forbidden error. I have just done about everything and it still is giving me problems. Heres a copy of my httpd-vhosts: # # Virtual...
24-Apr-2008 20:15
by rpmkreations Go to last post
0 543
 
by kamilski81
We would like to block our entire site with Basic login, one time over the http:// & https:// urls. Currently when the user goes to www.site.com they have to input the username & password (using .htaccess for this) and everything works fine. Then the user clicks on a link that is https://site.com...
18-Apr-2008 00:48
by kamilski81 Go to last post
0 405
 
by chitrapaddu
Hi.. I have one problem.I dowloaded the latest Apache server 2.2.8 and installed it.It got installed correctly without any error and the service is also got started correctly..But when i type http://localhost in the browser only blank page is getting displayed...Wats the problem?Wat...
15-Apr-2008 09:37
by chitrapaddu Go to last post
0 355
 
by rensso1960
I installed apache web server on windows XP pro. After typing Localhost or 127.0.0.1, Windows prompts for password authentication. I did not set up any access control. Thanks
12-Apr-2008 20:00
by rensso1960 Go to last post
0 320
 
by ujwala.nandyala
I have configured server & client certificate in apache web server for my tomcat application. When I am using mod_jk-1.2.26, my application is not working with secured protocal i.e https. Its showing 403 page. If I use previous version of mod_jk i.e., 1.2.20 everything works fine but if I configure...
03-Apr-2008 07:02
by ujwala.nandyala Go to last post
0 747
 
by cdouser
Hi, I am looking to deploy Apache 2.2 on a Windows box as a reverse-proxy to two servers. I used raw IP addresses to avoid any DNS issues. The following is what I have in httpd.conf on the reverse-proxy. <VirtualHost *:*> ProxyPreserveHost On ProxyHTMLLogVerbose On ProxyPass /app...
20-Mar-2008 00:51
by cdouser Go to last post
0 465
Question
by zoozbie
Has any one run Apache as Embedded web server in linux box ? Can some one tell me steps ? Thx
17-Mar-2008 08:44
by BDG Go to last post
1 373
Question
by sterick
I've heard redirecting urls through httpd.conf is faster than through .htaccess. As a general rule, how much faster is it? Would I be able to access this if I were using one of the better (but not like exorbitantly expensive) web hosting services? Roughly speaking, how many redirects would it take...
16-Mar-2008 04:14
by sterick Go to last post
0 292
Question
by zoozbie
Has any one used Apache as embedded web server or any other web server in Linux appliance box ? What is the best known web server for Linux embedded box. Inside Linux box , its all C/C++ code so data source is plain 'C' code. What is the best web application framework can be used in this...
12-Mar-2008 11:54
by zoozbie Go to last post
0 364
 
by padan66
I'm completely new to using web server software, so please bear with me. I installed Apache using WinXP Pro. I get the "It Works" page when I type in (Local Host) in the address bar, so I know apache is installed correctly. I created a simple web page using notebook. The web page works fine when I...
21-Feb-2008 19:40
by padan66 Go to last post
2 1,980
Post New Thread

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Display Options Moderators
Showing threads 41 to 60 of 436 Moderators : 1
Sorted By Sort Order
From The
cable_guy_67  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 19:31.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.