Forum: Linux Servers and Apache Sep 3rd, 2008 |
| Replies: 0 Views: 862 I migrated blogs from serendipity to wordpress. In doing so, I went from one url schema to another.
Serendipity:
http://example.com/index.php?/archives/111-Example-title!-of-POst.html
... |
Forum: Linux Servers and Apache Apr 4th, 2007 |
| Replies: 0 Views: 1,952 For those of you who use Microsoft products on a daily basis (I'm included in that list...my job uses WinXP daily) Linux might seem silly or stupid. You might think the people that use it are just... |
Forum: Linux Servers and Apache Apr 19th, 2006 |
| Replies: 1 Views: 3,806 You are looking for virtual server options in Apache...
http://httpd.apache.org/docs/2.0/vhosts/ |
Forum: Linux Servers and Apache Apr 19th, 2006 |
| Replies: 1 Views: 5,974 Putty caches the certificates (SSH certs) in a setting file in the registry in windows. On Linux, it is in the known_hosts file in .ssh directory (most distros). Just do a find known_hosts or... |
Forum: Linux Servers and Apache Apr 19th, 2006 |
| Replies: 1 Views: 2,937 Look into the umask settings...
Do the command:man umask
See Also: http://linuxzoo.net/page/sec_umask.html |
Forum: Linux Servers and Apache Apr 19th, 2006 |
| Replies: 1 Views: 2,707 Here's the mod_rewrite I use to forward all things from my old addy to my new one and rerwite everything after the myurl.com portion. Place this in the directives for the virtual site or in... |
Forum: Linux Servers and Apache Apr 19th, 2006 |
| Replies: 1 Views: 2,676 Make sure the port is opened...Insert your MySQL IP for 202.54.1.20. Insert your Apache IP for 202.54.1.50
iptables -A INPUT -p tcp -s 202.54.1.50 --sport 1024:65535 -d 202.54.1.20 --dport 3306... |
Forum: Linux Servers and Apache Apr 19th, 2006 |
| Replies: 2 Views: 28,193 Your server is setup to read documents in /var/www/html with the following directions:
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
... |
Forum: Linux Servers and Apache Jan 22nd, 2005 |
| Replies: 4 Views: 3,313 You'll need to contact lunarpages about this.
Ask them if they can give you ASP .NET support for your Linux server that hosts your page. The program that provides this is called... |
Forum: Linux Servers and Apache Nov 10th, 2004 |
| Replies: 2 Views: 3,833 First, configure your servers and virtual servers with mod_rewrite by adding this to apache (I'm assuming you're using apache):
RewriteEngine on
RewriteLog /path/to/logs/server.rewrite.txt... |
Forum: Linux Servers and Apache Oct 25th, 2004 |
| Replies: 2 Views: 5,416 I know this is silly...but I did it previously.
After making all of those changes to your apache configuration...did you restart apache? Last time I altered my .htaccess file I couldn't figure... |
Forum: Linux Servers and Apache Oct 25th, 2004 |
| Replies: 2 Views: 4,357 Depends on the environment you're running it on. Windows? Linux? Unix? Solaris? AIX? |
Forum: Linux Servers and Apache Jul 11th, 2004 |
| Replies: 3 Views: 4,355 I don't think they offer any separate relayhosting for mail servers...they're just doing the whole package thing. I already host my own server with mysql/perl/php and a mailer...I just need to get... |
Forum: Linux Servers and Apache Jul 11th, 2004 |
| Replies: 3 Views: 4,355 Bumping this one up...Someone has to know of a good mail redirect host out there. |
Forum: Linux Servers and Apache Jul 10th, 2004 |
| Replies: 3 Views: 4,355 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... |
Forum: Linux Servers and Apache May 14th, 2004 |
| Replies: 4 Views: 7,933 Don't forget to enable mod_rewrite! Even after you install mod_rewrite you have to go into your .conf file and uncomment it out...should be this line:
LoadModule rewrite_module... |
Forum: Linux Servers and Apache Apr 1st, 2004 |
| Replies: 7 Views: 8,639 Clarify this statement a bit? I'm not sure what you're asking.:-| |