Search results

  1. S

    Compiling PHP Question

    Hi, i want to use PDO class for mssql connection and i was wondering what configurations do i need to compile PHP with in order to use PDO classs for mssql connection, because i tried to compile with the following configurations: Thank you.
  2. S

    question about Multiple Hosting

    to be honest i actually never thought of mapping different hosts on same listener lol Thank you for the help :)
  3. S

    question about Multiple Hosting

    the problem is that all the listeners won't run on same port that is port 80 and if i use different ports then i would have to use www.domain.com:port which i don't want.
  4. S

    question about Multiple Hosting

    here is the picture to one of the listener configs http://img824.imageshack.us/img824/2417/capturenjf.png
  5. S

    question about Multiple Hosting

    This is the error log 2011-02-18 20:24:31.244 ERROR [config:template:centralConfigLog] Listener [Default] does not exist 2011-02-18 20:24:31.245 ERROR [config:template:PHP_SuEXEC] Listener [Default] does not exist 2011-02-18 20:24:31.245 ERROR [config:template:EasyRailsWithSuEXEC] Listener...
  6. S

    question about Multiple Hosting

    but see in picture when point to same port they give errors
  7. S

    question about Multiple Hosting

    Yes, but suppose i host 5 websites and their domains are different so can't i host all website on one port and then add different domains in listener?
  8. S

    question about Multiple Hosting

    yeh but " * " will only work for port 80 which is default port what if we enter port like 81 then we cannot view the site but to put in the port like internet.com:81.
  9. S

    question about Multiple Hosting

    so there is no other way but to use www.domain.com: port?
  10. S

    question about Multiple Hosting

    [RESOLVED] Question about Multiple Hosting Hi, i had a question about multiple virtual hosting. Suppose i made 5 virtual hosts and 5 listeners connected to that hosts and they have ports such as: Host 1 : Port 80 Host 2 : Port 81 Host 3 : Port 83 Host 4 : Port 84 Host 5 : Port 85...
  11. S

    [solved] problem compiling php

    Thank i compiled it :) Nice support guide Btw. Really helps
  12. S

    [solved] problem compiling php

    i get this error now : checking for strftime... (cached) yes checking which regex library to use... php checking whether to enable LIBXML support... yes checking libxml2 install dir... no checking for xml2-config path... configure: error: xml2-config not found. Please check your libxml2...
  13. S

    [solved] problem compiling php

    I get this error when i compile php what should i do? My Configurations: '--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-mysql'...
  14. S

    [Solved] Made new Virtual Host

    yeh i got it thanks!
  15. S

    [Solved] Made new Virtual Host

    Hi, i made new virtual host and how can i start using that host to host websites? Thank You.
  16. S

    [Resolved] Problem Installing Litespeed

    well all you have to do is type apt-get install ia32-libs and that should fix the problem of litespeed installation.
  17. S

    How to Compile Mssql & Mysql in PHP

    Compiling Problem Resolved. Thank You.
  18. S

    How to Compile Mssql & Mysql in PHP

    i changed my Os to CentOS and i get this error while compiling Changing to build directory /usr/local/lsws/phpbuild/php-5.3.3 Configuring PHP build (2-3 minutes) ./configure '--prefix=/usr/local/lsws/lsphp5' '--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars'...
  19. S

    Recommended Os For Litespeed?

    Would it be easier to compile php there for mysql and mssql connections?
  20. S

    Recommended Os For Litespeed?

    Hey since i am having troubles i am wondering i am using Debian 64 bit and what OS is best for litespeed?
Top