Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Administrator

Pages: 1 ... 84 85 [86] 87 88 ... 110
1276
E-Mail / Re: error when created new mail account
« on: October 12, 2014, 02:22:45 AM »
what is you CWP version ?

1277
Suggestions / Re: My Sugesstions
« on: October 12, 2014, 02:17:53 AM »
there will be tons of options but all of this takes time to develop

1278
Apache / Apache Compiler
« on: October 12, 2014, 01:39:11 AM »
In your CWP from version 0.9.6 you will have Apache recompiler and you can modify apache modules according to your needs.

Additional Modules:
  • mod H264 and FLV streaming  - Installing mods H264 and FLV streaming means you can seek to any position during video, and browser (flash player) will buffer only from this position to the end.

Short List of features/modules
Code: [Select]
Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-layout=LAYOUT
  --enable-v4-mapped      Allow IPv6 sockets to handle IPv4 connections
  --enable-exception-hook Enable fatal exception hook
  --enable-maintainer-mode
                          Turn on debugging and compile time warnings
  --enable-pie            Build httpd as a Position Independent Executable
  --enable-modules=MODULE-LIST
                          Space-separated list of modules to enable | "all" |
                          "most"
  --enable-mods-shared=MODULE-LIST
                          Space-separated list of shared modules to enable |
                          "all" | "most"
  --disable-authn-file    file-based authentication control
  --enable-authn-dbm      DBM-based authentication control
  --enable-authn-anon     anonymous user authentication control
  --enable-authn-dbd      SQL-based authentication control
  --disable-authn-default authentication backstopper
  --enable-authn-alias    auth provider alias
  --disable-authz-host    host-based authorization control
  --disable-authz-groupfile
                          'require group' authorization control
  --disable-authz-user    'require user' authorization control
  --enable-authz-dbm      DBM-based authorization control
  --enable-authz-owner    'require file-owner' authorization control
  --enable-authnz-ldap    LDAP based authentication
  --disable-authz-default authorization control backstopper
  --disable-auth-basic    basic authentication
  --enable-auth-digest    RFC2617 Digest authentication
  --enable-isapi          isapi extension support
  --enable-file-cache     File cache
  --enable-cache          dynamic file caching
  --enable-disk-cache     disk caching module
  --enable-mem-cache      memory caching module
  --enable-dbd            Apache DBD Framework
  --enable-bucketeer      buckets manipulation filter
  --enable-dumpio         I/O dump filter
  --enable-echo           ECHO server
  --enable-example        example and demo module
  --enable-case-filter    example uppercase conversion filter
  --enable-case-filter-in example uppercase conversion input filter
  --enable-reqtimeout     Limit time waiting for request from client
  --enable-ext-filter     external filter module
  --disable-include       Server Side Includes
  --disable-filter        Smart Filtering
  --enable-substitute     response content rewrite-like filtering
  --disable-charset-lite  character set translation
  --enable-charset-lite   character set translation
  --enable-deflate        Deflate transfer encoding support
  --enable-ldap           LDAP caching and connection pooling services
  --disable-log-config    logging configuration
  --enable-log-forensic   forensic logging
  --enable-logio          input and output logging
  --disable-env           clearing/setting of ENV vars
  --enable-mime-magic     automagically determining MIME type
  --enable-cern-meta      CERN-type meta files
  --enable-expires        Expires header control
  --enable-headers        HTTP header control
  --enable-ident          RFC 1413 identity check
  --enable-usertrack      user-session tracking
  --enable-unique-id      per-request unique ids
  --disable-setenvif      basing ENV vars on headers
  --disable-version       determining httpd version in config files
  --enable-proxy          Apache proxy module
  --enable-proxy-connect  Apache proxy CONNECT module
  --enable-proxy-ftp      Apache proxy FTP module
  --enable-proxy-http     Apache proxy HTTP module
  --enable-proxy-scgi     Apache proxy SCGI module
  --enable-proxy-ajp      Apache proxy AJP module
  --enable-proxy-balancer Apache proxy BALANCER module
  --enable-ssl            SSL/TLS support (mod_ssl)
  --enable-distcache      Select distcache support in mod_ssl
  --enable-optional-hook-export
                          example optional hook exporter
  --enable-optional-hook-import
                          example optional hook importer
  --enable-optional-fn-import
                          example optional function importer
  --enable-optional-fn-export
                          example optional function exporter
  --enable-static-support Build a statically linked version of the support
                          binaries
  --enable-static-htpasswd
                          Build a statically linked version of htpasswd
  --enable-static-htdigest
                          Build a statically linked version of htdigest
  --enable-static-rotatelogs
                          Build a statically linked version of rotatelogs
  --enable-static-logresolve
                          Build a statically linked version of logresolve
  --enable-static-htdbm   Build a statically linked version of htdbm
  --enable-static-ab      Build a statically linked version of ab
  --enable-static-checkgid
                          Build a statically linked version of checkgid
  --enable-static-htcacheclean
                          Build a statically linked version of htcacheclean
  --enable-static-httxt2dbm
                          Build a statically linked version of httxt2dbm
  --enable-http           HTTP protocol handling
  --disable-mime          mapping of file-extension to MIME
  --enable-dav            WebDAV protocol handling
  --disable-status        process/thread monitoring
  --disable-autoindex     directory listing
  --disable-asis          as-is filetypes
  --enable-info           server information
  --enable-suexec         set uid and gid for spawned processes
  --disable-cgid          CGI scripts
  --enable-cgi            CGI scripts
  --disable-cgi           CGI scripts
  --enable-cgid           CGI scripts
  --enable-dav-fs         DAV provider for the filesystem
  --enable-dav-lock       DAV provider for generic locking
  --enable-vhost-alias    mass virtual hosting module
  --disable-negotiation   content negotiation
  --disable-dir           directory request handling
  --enable-imagemap       server-side imagemaps
  --disable-actions       Action triggering on requests
  --enable-speling        correct common URL misspellings
  --disable-userdir       mapping of requests to user-specific directories
  --disable-alias         mapping of requests to different filesystem parts
  --enable-rewrite        rule based URL manipulation
  --enable-so             DSO capability

1279
Apache / Re: How to enable mod_expire on the server?
« on: October 10, 2014, 09:35:23 PM »
apache is compiler from the source so you would need to know on how to compile apache.

if you do not have knowledge for doing that than I suggest that you wait for newer release which will have apache recompiler (same like php recompiler/switcher)

1280
E-Mail / Re: error when created new mail account
« on: October 10, 2014, 09:32:26 PM »
please provide screen shot or contact support

1281
Installation / Re: What if production | LAMP already installed &... ...
« on: October 10, 2014, 09:31:31 PM »
its suggested to have clean installation with cento minimal!

you will need to edit configuration of the server to use other service

there will be tons of new addons available in newer releases.


1282
DNS / Re: Integration with DNSMadeEasy
« on: October 10, 2014, 05:49:56 AM »
you can use any dns service you want

1283
MySQL / Re: Package limit
« on: October 09, 2014, 05:20:59 PM »
this limits will come with version 0.9.6

1284
Apache / Re: How to enable mod_expire on the server?
« on: October 09, 2014, 05:20:32 PM »
you would need to recompile apache, apache recompiler will come with the next version.

1285
Backup / Re: How to backup using rsync
« on: October 09, 2014, 05:19:10 PM »
all you need to add info in the CWP from other server and set access key

BACKUP SERVER - VPS (B)
Setup SSH KEY on Remote/Backup server (NOT ON YOUR CWP SERVER)

Code: [Select]
cd ~USERNAME
mkdir .ssh
chmod 700 .ssh
nano or vi to file and add key from CWP under backup (must be in one line):   .ssh/authorized_keys
Code: [Select]
chmod 600  .ssh/authorized_keys
chown -R USERNAME:USERNAME .ssh

1286
E-Mail / Re: Brand new install: SMTP fails to run. Unable to fix
« on: October 08, 2014, 06:26:35 PM »
you can contact support regarding this for more detailed check of the server settings
http://centos-webpanel.com/contact

1287
Apache / Re: How to enable mod_expire on the server?
« on: October 08, 2014, 01:38:08 AM »
did you meant on mod_expires ?

1288
Other / Re: In what dictionary does cron execute?
« on: October 08, 2014, 01:36:20 AM »
you can use full path "/home/USERNAME/public_html"

you can set cronjob in the users panel

1289
FTP / Re: Create new accounts from cwp
« on: October 08, 2014, 01:17:18 AM »
you can use root password to login in user panel

1290
FTP / Re: FTP Login
« on: October 08, 2014, 01:06:33 AM »
do not use yum remove because you will break all virtal ftp users!!!
if you have issue you will need to contact support so we can check that more detailed on the server!

Pages: 1 ... 84 85 [86] 87 88 ... 110