990 Topics

Member Avatar for
Member Avatar for braiank

Hello, I have a problem with the apache. is that when I open to the apache the Internet to explorer or any other navigator lets work. I open to a Web anyone and he throws error to me and when I deactivate the apache I can enter any Web. Somebody …

Member Avatar for vark
0
102
Member Avatar for curtis_henken

Ok, i'm teaching myself PHP. The book i'm useing is telling me to create this 2 page file uploader. Everything is just the way it is in the book. However, when i use it on my server, it tells me that the path is wrong. The book tells me to …

Member Avatar for vark
0
217
Member Avatar for Ethernet-Summit

I am storing files in a folder on my Apache server. The files should only be accessible to those who are logged in and are in a directory that is not public knowledge. I have set the permissions of the directory to 700 and the files are 700. The way …

Member Avatar for vark
0
131
Member Avatar for warrior062

Is there anyone out there willing to give me a pretty much step by step instruction on how to use apache, or any software program to start the server. I am using RedHat 9 and i am using a graphic mode. If you could tell me how to set it …

Member Avatar for Troy
0
122
Member Avatar for warrior062

I need a little help with apache. I have it running and can access the Test Page from the internet. however, i want to go to index.html. When i type in [url]http://ipaddress:port/index.html[/url] the index does come up but when i just type [url]http://ipaddress:port/[/url] i get the test page. How do …

Member Avatar for techniner
0
103
Member Avatar for jpl80

So, I want to redirect traffic from: http://somewhere/writing/index.html to: http://overhere/blogs/ I used this in my .htaccess file in the writing directory RewriteRule ^index.*$ http://overhere/blogs/ [R=301,L] which works fine unless someone just visits: http://somewhere/writing/ which takes them to the default 'index.html' page Can anyone help?

0
98
Member Avatar for Dani

I'm currently using phpMyAdmin with Plesk 7.5. Well first of all there's the known problem with the CSS not working, but that's besides the point. My question is actually whether it's possible to access phpMyAdmin directly through some URL instead of first logging into Plesk and then navigating all the …

Member Avatar for Dani
0
247
Member Avatar for michael123

Once php has been installed on apache server, why I cannot run php program on it, any idea?

Member Avatar for wakOrang3
0
97
Member Avatar for DB216

I have been asked to "Analyse & Compare the Key Features of IIS 6.0 & Apache 2.0" I have to present it to my management team and it should not be to "Techie". I have found plenty on IIS but am struggling on Apache 2.0. Any details on Security, Reliability, …

Member Avatar for Zachery
0
272
Member Avatar for ubiquitas

Hello I've been searching low and high to find the answer to this question. I should point out I'm an apache/php noob so if you have an answer/solution please explain it in understandable terms. My situation is thus... If I run PHPCONFIG(); in a php page, what should the SERVER["SERVER_ADDR"] …

0
129
Member Avatar for BigBlueBall

I'm trying to do a very basic per-directory mod_rewrite. I have an old URL that points to a file that no longer exists: [url="http://www.bigblueball.com/im/msn/tab/default.asp"]http://www.bigblueball.com/im/msn/tab/default.asp[/url] and I want to redirect that to it's replacement: [url="http://www.bigblueball.com/im/msn/tab/index.php"]http://www.bigblueball.com/im/msn/tab/index.php[/url] My /im/msn/tab/.htaccess file looks like this: [CODE]RewriteEngine on RewriteBase /im/msn/tab RewriteRule ^default\.asp$ index.php [L][/CODE]But doesn't work. …

Member Avatar for BigBlueBall
0
117
Member Avatar for Secret Agent

I tried updating Apache so many times but it is giving errors and not compiling GD2, IMAP or cURL at all. [code] EXSLT/index.html:1: parser error : Document is empty ^ EXSLT/index.html:1: parser error : Start tag expected, '<' not found ^ <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" ^ <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" ^ <html …

Member Avatar for Zachery
0
162
Member Avatar for csi_a_m

I was having a problem with abuse on my guestbook. I reported this to my isp and they ended up blocking me from my own site, so they fixed that and now they have placed a password applet on the guestbook page when you hit the submit button via the …

Member Avatar for tgreer
0
106
Member Avatar for skippy1981

Hi guys, Sorry to make my first post so elaborate, I hope to provide help to others soon... :lol: I'm looking at co-locating a web server, the purpose of which will be to host as many small scale websites as possible. Unfortunetely, I have very little knowledge of webserver hardware …

Member Avatar for g0rb4ch3v
0
141
Member Avatar for Brandog

Hello, I'm pretty new here and plan on making this my new tech support home if I can find what I'm looking for in a reasonable time! (other places just cant help me for some reason!) Well here's the breakdown: I am using linux redhat 8.0 I "love the graphical …

Member Avatar for axieaxie
0
1K
Member Avatar for jaguarr

first I checked to see if mod_include.c is installed using ./apachectl -l and I see mod_include.c listed then I went to httpd.conf and added some lines. Now starting line 317, it reads: Directory /> Options +Includes AddHandler server-parsed .html AddType text/html html Options FollowSymLinks XBitHack on AllowOverride None /Directory> note …

0
93
Member Avatar for servertweak

[B]Intro[/B] I saw alot of threads here and i like to help out as i have done this in the pass. This how to will show you how to get started from DNS to OS software. [B]WINDOWS HOW TO (For 98, 2000, XP)[/B] [I]Install time: 20-30 mins[/I] [B]Step 1[/B] You …

0
123
Member Avatar for ruwach

Hello all. i have a strange problem with some python cgi scripts. the deal is..... i keep loosing permission to write to a file created by a cgi script. the file is created in a directory created by a python script. but after the file is created by the cgi …

0
100
Member Avatar for jazee

I hate Mod_Rewrite! Can someone post the Mod_Rewrite syntax I should use in a .htaccess file so I can do the following: All requests for script1.cgi are rewritten in the browser (permanent redirect) to script2.cgi So clicking a link to that goes to script1.cgi?field1=value1&field2=value2 Will re-write with a permanent redirect …

0
108
Member Avatar for kellfutura

This will probably be a simple problem to fix, at least I hope it is. I am trying to test some simple asp.net code in Apache using my localhost directory. The only trouble is that it just displays the code and does not load the page the way it should …

0
97
Member Avatar for nsusa

I am kind of new to the whole mod_rewrite world and like to get more into this. I am trying to make the following URLs search engine friendly but it does not work. My web host / server is setup fine as I have some commercial scripts with SEO friendly …

0
107
Member Avatar for alexmcavoy

I have the latest version of Apache and PHP, and run both on Microsoft Windows XP Home Edition. I have installed PHP and edited the Apache configuration file to recognize PHP, but when I load a page (on my server) in PHP, it comes up the same as if I …

Member Avatar for blud
0
97
Member Avatar for curtis_henken

Ok, i'm trying to run a simple file upload script in php. When i select a file to upload, it gives me this as a message -> Warning: copy(ect/apache2/htdocs/beloit.JPG): failed to open stream: No such file or directory in /srv/www/capitalcitycorvairs/uploader.php on line 5 Could not copy file Now i know …

Member Avatar for blud
0
179
Member Avatar for QBA

Hi Guys how can I disable apache on startup (Windows XP pro)? I tried "start/run/msconfig/startup tab" and unchecking "Monitor Apache Servers" but I think that didn't do it. Any ideas? Thanks Alex

Member Avatar for QBA
0
55
Member Avatar for temermoghareh

Hello, Please somebody help! I erased the content of public_html. I uploaded my website again but then it gives the error: no website configured at this address. Can somebody help me? i've been trying to fix it for 2 weeks already. thank you

Member Avatar for blud
0
138
Member Avatar for Dani

How can I have all URLs under [url]http://daniweb.com[/url] redirect to [url]http://www.daniweb.com[/url] for SEO purposes?

Member Avatar for MacemanDerek
0
385
Member Avatar for eri04001

hi guys, I need to install apache to my webhotell to be able to install and use the CMS Mambo, but I don't find instructions to do so. Could U please help me? I'm a total newbie, so please use an "for dummies" style :p thanx guys

Member Avatar for BenneJezzerette
0
196
Member Avatar for techhelpforme

Folks, I'm trying to grapple with something which is making my head spin. I wonder if someone might have an idea on this. It's well understood, that a webserver can supply a specified file, by default, if no page is specified on the URL: eg. [url]http://www.london.edu/index.html[/url] can be requested by …

Member Avatar for techhelpforme
0
165
Member Avatar for marcopb

I would like to test mod_rewrite functionality on my own Apache server.. so I've read many thread all over the net but... This is my situation... Running phpinfo()... I can see ... [...] apache2handler Apache Version Apache/2.0.52 (Fedora) [...] Loaded Modules core prefork http_core mod_so mod_access mod_auth mod_auth_anon mod_auth_dbm mod_auth_digest …

Member Avatar for DanceInstructor
0
128
Member Avatar for edw5086

It asks if i want to run or save this file. When i choose run it just shows the source code of the perl script. Also, i just downloaded apache and active perl and saved all their files and folders in their default destination places. When i type in [url]http://localhost/~mycomputername[/url] …

0
102

The End.