I want to change my question.
Right now, my problem is when I connect to port 25 using telnet from the same server machine, I can see the SMTP welcome message. But, when I connect from another machine, I can't see the welcome message. what could be wrong with sendmail?
ttest
my sendmail program does not seem to response to connection from another mail server. I use telnet to connect to it, it does not show welcome message. I have restarted it a few times still does not work. can anyone help?
ttest
thum@starwarsfan.com
I wanted to use a linux box to control a router through the serial port. How do I start a terminal session and communicate with the router through serial port?
ttest
thum@starwarsfan.com
I have frontpage extensions installed on my home root web. When I use frontpage client to open my web site, it prompts me for login. I login using my site admin's id and password but it does not accept it and continue to prompt for login. I have added my site admin's as one of the administrators...
My company just signed up a Cobalt RAQ3 server from a hosting company. The hosting plan comes with 16 IP addresses. I wanted to host a few sites on this new server. I wanted to assign one IP to each sites. I know how to configure Apache, but I don't know how to configure Linux to assign these IP...
After reading the HTTP RFC document, I have found the answer to this question. First, IE and Netscape browsers react differently to the Content-Type: application/octet-stream header.
For Netscape 4.x and 6.x, when it encounter this header, it will show the 'Save' dialog.
For IE, when it...
I have a cgi script that generate html content on the fly. I want the browser to prompt the file save dialog instead of showing the html content when user click on the cgi hyperlink. The problem is, how do I force the browser to prompt the file save dialog?
I have tried to send the header...
My company's website is shifting to a new Cobalt RAQ3 server. The server already has mod_perl installed. I want to install PHP4 as well. Will there be any problem when running mod_perl and mod_php together? I just want to be prepared before I install mod_php.
ttest
thum@starwarsfan.com
Is your file saved as .shtml? The following line specifies that apache should only parse those files ended with .shtml
AddHandler server-parsed .shtml
If your files are saved as .html, you can either rename your files to .shtml OR (if that is a lot of work) just change the above line to...
You can put those rules in .htaccess file on your document root directory. This will apply to all sub-directory under the root directory.
If you can access the httpd.conf file, you can put it in httpd.conf as well. But you will have to restart apache for this.
ttest
thum@starwarsfan.com
Try change it this way:
<Files ~ "^\.extension">
Order allow,deny
Deny from all
</Files>
I got this from httpd.conf file.
ttest
thum@starwarsfan.com
Maybe you didn't enable server-side-include module in your httpd.conf file. Just look for the following lines and remove the comment (#):
LoadModule includes_module lib/apache/mod_include.so
AddModule mod_include.c
AddType text/html .shtml
AddHandler server-parsed .shtml
Also make...
I wanted to know is it possible to put DNS and webserver together in one machine? Most configuration on the internet install these two into different machine. I just wanted to know is there any disadvantage by putting these two server into one machine?
ttest
thum@starwarsfan.com
I just installed BIND 8 on my Redhat 6.1 box. The RPM installed just fine and I have enable the named service. But when I restart my server, the named prompts a message saying that it can't find /etc/named.conf.
I am new to BIND and have no idea how to setup this conf file. Where can I find...
You could use DBI to access to MySQL. Just go to CPAN archive at http://search.cpan.org. From here, go into 'Database Interfaces' and download DBI and DBD::mysql.
You can look for info at DBI homepage: http://www.symbolstone.org/technology/perl/DBI/index.html
ttest
thum@starwarsfan.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.