1,520 Topics
| |
Hi All, My server that is running linux (fedora), keeps crashing. I'm not exactly good with servers, but I do know that apache keeps crashing, and I don't know why. The server support that the company I'm with have no idea what they are doing. The server is also running … | |
As you can see, the main forum and topic pages on this site display Google Ads. These text-based ads spider the site they're on and display relevant links targeted to the content of the current page. This works perfectly for a page such as [url]http://www.techtalkforums.com/forums/viewforum.php?f=1[/url] which is the Windows forum, … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Could someone tell me if a free rpm of Apache 2.0 is available and where I can find it. | |
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 … | |
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?? :-| | |
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? | |
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? … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
i'd like to know how well is apache and php in handling wireless application? any comments ? | |
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? | |
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 … | |
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 … | |
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 … | |
i want to share legal files with my friends how do i setup an apache server that will let my share these files | |
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 … | |
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! | |
| 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 … |
The End.