Search Results

Search: Posts Made By: Adrnalnrsh
Forum: Web Development 11-19-2009
4,269
Posted By Adrnalnrsh
PHP Help - Delete cookies and redirect back to referrer
I was wondering if any one would be willing to help me with this.

I'd like to create a 503 error page using a PHP script that will do the following:


- delete all cookies that contains...
Forum: Web Development 08-05-2009
16,242
Posted By Adrnalnrsh
Is this on a home network? Your webserver...
Is this on a home network?

Your webserver have a public IP?

Is port 80 Nat'd through your firewall?

Is your ISP blocking port 80 traffic?

All things to consider!
Forum: Web Development 08-05-2009
2,021
Posted By Adrnalnrsh
Whats your httpd.conf look like? Is PHP installed?
Whats your httpd.conf look like? Is PHP installed?
Forum: Web Development 08-05-2009
2,136
Posted By Adrnalnrsh
mod_rewrite help
Here's my situation.

When a user access the site domain.com it redirects to /portal which displays SKIN1 by default.

When a user accesses the site domain.com/portal?branding=SKIN1 it displays...
Forum: Linux 11-03-2008
6,848
Posted By Adrnalnrsh
And how do you set permissions in FSTAB for a...
And how do you set permissions in FSTAB for a user on a mountpoint?
Forum: Linux 11-03-2008
6,848
Posted By Adrnalnrsh
Thanks that dawned on me after posting this.
Thanks that dawned on me after posting this.
Forum: Linux 10-31-2008
6,848
Posted By Adrnalnrsh
Secure NFS mount for a single user
We have

Server 1 - mounts an NFS share from another server to a users directory.

Server 2 - has NFS share and the share only allows access from Server 1.

How can we make sure no other...
9,164
Posted By Adrnalnrsh
Wonderful, thank you. I will give it a try.
Wonderful, thank you. I will give it a try.
9,164
Posted By Adrnalnrsh
Thanks, I am still working on it. Here is...
Thanks, I am still working on it.

Here is my current code.


#!/bin/sh

HOSTNAME="hostname"
FREE="free -m | grep Mem"
SSH="ssh"
USER="root"
while read i
do
$SSH $USER@$i...
9,164
Posted By Adrnalnrsh
[SHELL] Output formatting
I am looking for a way to format the output of this string into comma separated values (.csv) so I can import into excel.

Also I want to remove any white space generated by the commands,...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 04:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy