Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tsltsl

    rewrite or redirect suggestions needed

    Hi, I'm trying to integrate an application into our cms but I'm failing on the rewrite parts (which I need to get it integrated). I need the following: http://vhost1.domain.tld/?cmd=submit rewritten or redirected to http://vhost2.domain.tld/index.php?id=2,0,0,1,0,0 I have tried directives...
  2. tsltsl

    ProxyPass with redirect to https on other port

    Hi, I have a problem I can't seem to solve: I run an apache on port 80 and 443 which needs to connect to another apache on port 9080 and 9443. I use for non-ssl the proxy directive: ProxyPass /nonssl http://127.0.0.1:9080/nonssl ProxyPassReverse /nonssl http://127.0.0.1:2080/nonssl This works...
  3. tsltsl

    PHP post data to MySQL problem

    Sorry, I don't know what code to provide. I'm quite unfamiliar with how Post-Nuke work along with it's modules. The Db name is correct, otherwise Post-Nuke would not work at all. If I edit the row in the table from phpMyAdmin there is no problem. Here is a part of the PHP code for htmlpages...
  4. tsltsl

    PHP post data to MySQL problem

    Hi, I have a problem which is hard to explain. It's with posting (or altering) html data into MySQL. The site uses htmlpages module for POST-NUKE. We have recently moved the site to a new server with updated PHP and MySQL. When altering a html code in an article from a html form the result get's...
  5. tsltsl

    Networker 6.1.3 on Redhat 8

    Hi, Thought I share my experience with installing Networker Client on RedHat 8 even though it's not supported from Legato. When trying to install the client either via the NWinstall script or the rpm it always gave me the following error: --- /var/tmp/rpm-tmp.82529: line 1: /lib/nsr/poin.cln...
  6. tsltsl

    NameVirtualHost and VirtualHost with multiple domains

    Solved it! It was all in the documentation (sorry). I added a vhost container at top of the Virtualhost section looking like this: ## *.domain1.com ## <VirtualHost ip.add.re.ss:80> ServerAdmin webmaster@domain1.com DocumentRoot /var/www/nomatch ServerName *.domain1.com ErrorLog...
  7. tsltsl

    NameVirtualHost and VirtualHost with multiple domains

    Hi again, can anyone see what could be wrong with the above settings for virtualhosts. Apache should only respond to the virtualhosts specified, not serve the default site for anything else. //tsl
  8. tsltsl

    D-LINK DI-804v and VPN

    Eyas, I saw that you earlier posted a question about connecting to a VPN:ed 804v via the WinXp built in VPN client. Did you have any luck in that department or did you go with 2 804v's? Question for asking is that I have one 804v and one 804. Behind the 804 there's a WinXP Pro client that should...
  9. tsltsl

    NameVirtualHost and VirtualHost with multiple domains

    RhythmAce, thanks for replying. I'm however not sure I understand your post fully and therefore I'm including parts from my httpd.conf Maybe you can spot some problems there. The single static IP address has been changed to &quot;ip.add.re.ss&quot; (the names have been changed to protect the...
  10. tsltsl

    Samba and &quot;My Documents&quot;

    Yes, that's my experience too. Thanks // tsl
  11. tsltsl

    Samba and &quot;My Documents&quot;

    Thanks for your input Roland. Right, this is exactly what I meant. Unfortunately it looks like the only way to go is with &quot;local profiles&quot; as you described. I tested it yesterday and it works fine switching to local profile. But I wonder how you tell samba that domain users should use...
  12. tsltsl

    Samba and &quot;My Documents&quot;

    Thanks Roland, but I guess that would mean I'm loosing the roaming profiles function!? Users would not be able to login to any workstation and have their default desktop settings, IE bookmarks etc... Or am I mistaking? I wish to only exclude &quot;My Documents&quot; from the profiles. Maybe...
  13. tsltsl

    NameVirtualHost and VirtualHost with multiple domains

    Hi, I have 2 different domains which are located at mydomain.com's nameservers. I have them also in my own dns. In the mydomain.com conf I have specified under web settings that both domains should point to my one and only static IP address which is the one I have on my linux server. I have...
  14. tsltsl

    D-LINK DI-804v and VPN

    Thanks Eyas, this was great information. The link describes it all and I can go ahead an purchase the 804s. It looks like a sweet solution. rgds // tsl
  15. tsltsl

    D-LINK DI-804v and VPN

    Hi, has anyone experience in setting up 2 DI-804v with VPN on 2 different locations with ADSL connections? I'm planing on connecting one in an office with ADSL connection with statip IP and the other in a home with ADSL connection with static IP. Further I plan to create a VPN tunnel between...
  16. tsltsl

    Samba and &quot;My Documents&quot;

    Additional info: Samba v2.2.7-2 parts from smb.conf ---------------------- [global] ... ;PDC and master browser settings os level = 64 preferred master = yes local master = yes domain master = yes ;user profiles and home directory logon home = \\%L\%U logon drive = H...
  17. tsltsl

    logwatch on Redhat 8 not working correct

    Downloaded and installed logwatch 4.3.2 from www.logwatch.org Now it works !!!
  18. tsltsl

    Samba and &quot;My Documents&quot;

    Hi, I have samba running on RH8 and use it as a PDC. When users login to the domain their profiles are created and maintained under /home/samba/profiles/%USERNAME% This is great, but it also creates the &quot;My Documents&quot; folder and transfers the content back and forth from the server to...
  19. tsltsl

    logwatch on Redhat 8 not working correct

    Hi again, has anyone logwatch running correctly under Redhat 8?
  20. tsltsl

    logwatch on Redhat 8 not working correct

    Hi, I have a RedHat 8 installation in where logwatch seems to have some problems (at least I think). In /etc/log.d/conf/logwatch.conf I have specified that all Services should be reported on: Service = All Still logwatch only produce output for ftp and for samba? I tried putting: Service =...

Part and Inventory Search

Back
Top