3,436 Topics

Member Avatar for
Member Avatar for kc0arf

[B]Intro[/B] In one of the Forums, the question was asked on how to setup a RedHat 9 server so that it manages network connectivity within the home, and provide services to Windoze clients. This tutorial will address how to setup a RedHat 9 Server that will Firewall and provide services …

0
101
Member Avatar for russia5

Hello, I believe I have a problem with my Windows XP install program. I run accross the problem while trying to install Apache server. I got a dialog box telling me that there was a problem with installation caused by 1. a problem with my Windows installation program or 2. …

0
52
Member Avatar for greenhorn

I am having the same problem.When a site fails to open i get this kind of search link which is very annoying and has slowed down my pc to a large extent.The url is [url]http://dr.webservicehosts.com/[/url] It has many links associated it with. I tried using hijack this and fix all …

Member Avatar for dlh6213
0
181
Member Avatar for indranil

:) How I will install jakarta tomcat 4 in mycomputer though all the setting are being donerelating autoexec,please help me,Apache is running perfectly, can you help me?plesae mail me [email]indranilray@yahoo.comM[/email]y jvm is 1.4

Member Avatar for jwenting
0
77
Member Avatar for hexstar

Hi, I would like to get the php mail() function working on my webserver but don't know how, how would I go about enabling the php mail() function properly? I'm running sendmail (most recent version, compiled from source), [url=http://www.yellowdoglinux.com]YellowDog Linux[/url] for the OS, Apache 2.0.5, and PHP4. Any help is …

Member Avatar for hexstar
0
126
Member Avatar for farmhouseboy

I have searched all around the web for .htaccess tutorials, and there are a lot of them but none seems to offer a solution to this particular problem: I have rented webhosting space and I am running two domains off of one account. The two sites are totally unrelated and …

Member Avatar for YUPAPA
0
141
Member Avatar for BigBlueBall

I'm in the process of converting my site from ASP to PHP, and I'd like to use mod_rewrite to make sure all the search engines that currently have all my .asp pages indexed will take people to the appropriate .php counterparts. That's simple enough for the "static" pages, but the …

0
139
Member Avatar for breeduk

I have just installed apache.2 on my pc, along with php and mysql. the problem started straight away with apache (or rather my setup) apache could not find port 80 or any other listening ports. Now if you could give me some ideas how to solve this ( i presume …

Member Avatar for viperman224
0
183
Member Avatar for deathrail

I just got my server up and running... its works great... except for one minor detail, every so often my isp changes my ip.. from what I know, I'm pretty sure you cannot make the ISP number static, thats something the company does for you. I've also heard bits about …

Member Avatar for blud
0
120
Member Avatar for jyothicm

Hello, I am very new to the world of Linux. Could someone tell me if I were to setup one machine with Linux, Apache, MySQL and PHP and dual boot it with Windows 2000 Professional, what would the ideal hardware requirements be. Also, what is the ideal size of a …

Member Avatar for DMR
0
191
Member Avatar for Peutch

Hi everyone, I would like to redirect my images to a php page so they'd be nicely displayed and I could track their frequentation. Let's say my display page is called [B]openpic.php[/B] The problem is, if I put an htaccess simple RewriteRule, all images will be subject to redirection, including …

0
143
Member Avatar for kuo1

Apache Web server for windows I wrote a helloworld.pl and that works fine when i try to view it through a webbrowser. I then wrote the following: #include <iostream> using namespace std; int main() { cout << "Content-type: text/plain" << endl << endl << "Hello, World!"; return 0; } compiled …

Member Avatar for ravi rayin
-1
195
Member Avatar for wlhan

Hi All I' am a new pie in php I have finished with installing php5 and mysql and the apache server when ever I have tried to run php nuke portal I got this sample of errors Notice: Undefined variable: querystring in h:\apache group\Apache\htdocs\html\mainfile.php on line 28 Notice: Undefined variable: …

Member Avatar for wlhan
0
163
Member Avatar for apparition668

Good Afternoon: I am looking to use Apache's mod_rewrite module to rearrange some URLs, but my knoweldge of regular expressions is SORELY lacking. I would like to take a url such as: [url]http://www.somesite.com/folder/somepage.html[/url] and translate it to: [url]http://www.somesite.com/index.php?dept=folder&page=somepage.html[/url] and, just as likely: [url]http://www.somesite.com/folder/another_folder/somepage.html[/url] to: [url]http://www.somesite.com/index.php?dept=folder&page=anotherfolder/somepage.html[/url] Would someone please assist me …

Member Avatar for apparition668
0
147
Member Avatar for camelotmsl

Can anyone help? I have a problem which has been caused by Microsoft security update patch 834489 that has stopped IE explorer from accepting the command [url]http://user:password@yourdomain.com/membersarea[/url] etc. Therefore a login to a member’s area protected by an .htaccess file with the following code. AuthType Basic AuthName "" AuthUserFile /home/sites/yourdomain/web/membersarea/file_containing¬_user_and_password …

0
148
Member Avatar for jyothicm

Could someone tell me if a free rpm of Apache 2.0 is available and where I can find it.

Member Avatar for Dani
0
161
Member Avatar for laurencetuck

Hello PHP coders from Knysna South Africa! I've come here looking for answers fellow programmers. Like how to correctly install PHP and Apache on Windows XP as a development environment. I want to play with things like the gd library and pdf lib etc... the fun, interactive stuff that makes …

Member Avatar for Dani
0
88
Member Avatar for ramansingh

I have setup Apache web server for the first time. I have a requirment to display the contents of a directory and display the contents of the file in that directory. It is wokring fine for most of the file, but when I click on .log files, instead of opening …

Member Avatar for ramansingh
0
115
Member Avatar for aphex23

I am very, very new to this whole php thing, so i am sorry for being so dumb, i am trying to learn, and i am going crazy! I am trying to get several scripts working but keep getting similar errors for them.. looks something like this Warning: Division by …

Member Avatar for aphex23
0
134
Member Avatar for billah_norm

I am a beginer of PHP. Which Version of apache is compatible with php 5.0?? which one for php 4.0?? I want to setup manually php for apache both of these versions. How can i proceed?? :-|

Member Avatar for chunguy
0
347
Member Avatar for viperman224

How can I create a guest book on my website useing Microsoft Frontpage. I'm running the site on my server. Using Apache to host it. Any Ideas?

Member Avatar for Vinoth
0
336
Member Avatar for viperman224

I built my web site useing Front Page 2002. But if i want to use the guest book template I can physically put it in with other pages on my site but when I upload the site to my server and try to use the site it said I need …

Member Avatar for Vinoth
0
186
Member Avatar for jyothicm

I have created a small application in PHP and MySQL. Could someone tell me what I need to do to add the appln. on an Apache Web server? Is there anything I need to take care of in the application to be a web app?

Member Avatar for jyothicm
0
126
Member Avatar for monicao

Hy, I made a php site that is a virtual shop. The problem appears when I want to add in the basket the second product. Then I receive the following error : "Fatal error: [] operator not supported for strings in c:\apache\htdocs\cos.php on line...". I know that [] is an …

Member Avatar for billah_norm
0
80
Member Avatar for viperman224

Is there any way for me to password a link on my site? Like I want to put pictures for only my family and friends to see and not the whole word wide web can I password a link and then only the people with the password can access it? …

Member Avatar for DaveSW
0
150
Member Avatar for spikes

hi, i've looked through just about every webpage out their on this topic and i just cant get it to work. have any of you got apache and tomcat working together through mod_jk? i'm trying to get this working on windows 2000 (desktop), using apache2 and tomcat 5.5. its loading …

Member Avatar for spikes
0
146
Member Avatar for johnroach1985

Hi just started this new jsp course stuck in this so if you guys can please help would be very happy.The problem is this i am trying to make a jsp that asks for a username and a password and the thing is i am trying to put these datas …

0
94
Member Avatar for jvc

hi guys, Would somebody help me PLEASE. I have the conditions and rules below RewriteCond %{REQUEST_URI} ^/kid.html [OR] RewriteRule ^(.*)\.html$ - [C,E=id:24] RewriteCond %{REQUEST_URI} ^/baby.html [OR] RewriteRule ^(.*)\.html$ - [C,E=id:25] RewriteRule ^(kid|baby)\.html$ /index.php?id=%{E:id} [L] what is happening is the E:id never gets initialized. whenever the condition is met index.php would …

0
117
Member Avatar for clartsonly

Hello, I am in a slight dilema, microsoft stopped the URL structure of [url]http://username:password@mysite.com/page1.html[/url], back in february. One of my previous applications logged people silently into an oracle web solution using apache with mod_plsql, since the microsoft patch [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;834489[/url] this has not been possible, I have spoken to oracle and …

0
143
Member Avatar for billah_norm

I'm ujsing php 4.0.3 with apache web server. generally i use mysql. but i have to use mssql for another reason. so i am using ODBC for this purpose. but the "odbc_fetch_array()" is not work. says, undefined function. but as far i know, this function should work with this version …

Member Avatar for billah_norm
0
215
Member Avatar for Kaushal

Sir/Madam, I have made one project in JSP and wants to install it and make it able to run on the Local Area Network. I heared that by making .war file we can deploy the JSP project. Please guide me in this regard so that I can make my project …

0
159
Member Avatar for chunguy
Member Avatar for chunguy
0
126
Member Avatar for rel_21

Hello, Im having problems with Sendmail. I can send emails, I can receive them from any email account in my server, but I cannot receive them from outside. Any ideas to solve this?

Member Avatar for alc6379
0
124
Member Avatar for cyberoptik

Hey, I've setup Apache 2 on my sys w/ windows xp pro. I also installed php. I start apache, i can see the little green arrow which shows its suppose to be working.. but when send my server ip to someone so they can try and go onto it, it …

Member Avatar for alc6379
0
116
Member Avatar for sundeeppro

sir, I am presently studying in final year and I am saspiring to do a project in java so please guide me by giving a well explained material on java applets and their connections with servers like jsp,apache and others

0
77
Member Avatar for daastan

Hi .. i was trying to install MySQL apache server and php4. i did instal MySQL and Apache and they did work fine on.. but php didnt get install properly, i installed MySQL and Apache on D. and Php in C drive its a same hard disk though, do u …

Member Avatar for Gary King
0
143
Member Avatar for Decency

i've been trying to install apache and every time i do: make install the final step in installing it... then i update the httpd.config file and i try to start the server it gives me the following error: mod_sock: unable to bind to 0.0.0.0:80 cannot open log files.. im installing …

Member Avatar for Gary King
0
147
Member Avatar for DietFist

Does anyone know of any good libraries that will handle establishing a HTTPS connection? I really don't have the time to get in and learn how to send HTTP packets let alone worry about encryption, so if someone could suggest something that would be great. I'm also looking to set …

Member Avatar for FireNet
0
109
Member Avatar for mikeandike22

i dont have a server and dont want to set one up becuase apache never works for me but i would like to test my php scripts so is there like a way of using an ide for php i also need one for java.

Member Avatar for mikeandike22
0
139
Member Avatar for wesamsoftware

welcome, i need a help to how make a setup.php or install.php to install my fourm on apache. thanks

Member Avatar for fsn812
0
171
Member Avatar for phpnovice

Hi, I have apache, php, phpmyadmin, and mysql in my computer. I could connect to mysql and manipulate database well before. But for an unknown reason, I can't do it now. Each time when I tried to do this, it gave an error message as "Can't create TCP/IP socket (10091)". …

Member Avatar for Killer_Typo
0
119
Member Avatar for Arizona Web

I just decided to put a sub domain on my directory, but the .htaccess rules I wrote don't apply for the subdomain. Here are the code snippets, can anybody see what I am doing wrong here? [CODE]RewriteEngine on Options +FollowSymlinks RewriteBase / RewriteRule ^web-directory/category/(.*)/(.*) web-directory/index.php?catid=$1&start=$2 RewriteEngine on Options +FollowSymlinks RewriteBase …

Member Avatar for PoA
0
91
Member Avatar for mikeandike22

i want to share legal files with my friends how do i setup an apache server that will let my share these files

0
151
Member Avatar for FallunanguL

i downloaded a file off of (blankety blank) and double clicked. something happened and now whenever i use mozilla or ie i get a weird search page - powered by msn. i can't use any search engine because that's where i keep getting directed. it also installed a 'find whatever …

Member Avatar for caperjack
0
177
Member Avatar for TelKennedy

Hello I have just bought a book on php, MySQL and Apache server which came with an installation disk. I have installed all three on my laptop computer running MS XP Professional. All three seem to work ok independantly but when I try to run any code examples through IT …

Member Avatar for Roberdin
0
246
Member Avatar for Static-FMX-Prog

Hello, I was wondering, Do I really need to download MySQL and Apache to run PHP-Nuke?

Member Avatar for Zachery
0
190
Member Avatar for viperman224

I have a PII 450 webserver with windows xp on it. long story short I volunteered at a local computer camp and another volunteer showed me how to set up my webserver. Unfortunatly it was on my laptop. It worked at the university campus but when I brought it home …

Member Avatar for bentkey
0
131
Member Avatar for Eugene

Can anybody help me with *any* information on MMOG (Massive Multiplayer Online Gaming) engine development ? I'm trying to develop simple (as a start point) MMOG engine using PHP + MySQL (or PostgreeSQL). Main questions are: 0. Is it necessary to put game logic on DB triggers and stored procedures …

Member Avatar for root
0
183
Member Avatar for Dani

Currently I use an .htaccess file for mod_rewrite. However, I heard that it is resource intensive to do it this way, and a better way is via httpd.conf or something? Could someone elaborate for me please? Thanks!

0
126
Member Avatar for TKSS

Does anyone know of a good relayhost for port 25 mail? I just set up a postfix server on my box and have a forum I put up and I'd really like to be able to mail out passwords to my users if they register...however, road runner blocks stuffs so …

Member Avatar for TKSS
0
138

The End.